Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add on_blur for input / textarea #517

Merged
merged 1 commit into from
Jun 24, 2024
Merged

Conversation

wwwillchen
Copy link
Collaborator

@wwwillchen wwwillchen commented Jun 24, 2024

Fixes #516.

This allows people to avoid using on_input in the common case.

@wwwillchen wwwillchen changed the title Add on_blur Add on_blur for input / textarea Jun 24, 2024
Copy link
Collaborator

@richard-to richard-to left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

mesop/components/input/e2e/input_test.ts Outdated Show resolved Hide resolved
mesop/components/input/e2e/input_blur_app.py Outdated Show resolved Hide resolved
@wwwillchen wwwillchen force-pushed the blur_input branch 2 times, most recently from 826138b to 636d4c5 Compare June 24, 2024 20:33
@wwwillchen wwwillchen merged commit c7f0e9f into google:main Jun 24, 2024
3 checks passed
@wwwillchen wwwillchen deleted the blur_input branch June 24, 2024 21:16
wwwillchen added a commit to wwwillchen/mesop that referenced this pull request Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide on_blur for input/textarea components
2 participants