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

Grid's Edit button trigger is inconsistent #2583

Open
elfwine opened this issue Nov 14, 2024 · 0 comments
Open

Grid's Edit button trigger is inconsistent #2583

elfwine opened this issue Nov 14, 2024 · 0 comments

Comments

@elfwine
Copy link

elfwine commented Nov 14, 2024

Short description
When grid inline editor is on focus and "Edit" button is pressed, the reaction is different depending on which type of editor it is. If inline editor types are 'date', 'list', 'color', "Edit" button fires immediately upon clicking it. But when editor type is just normal text input, pressing "Edit" button won't immediately fired.

What is current behavior
Inline editor is on focus (normal input text), pressing "Edit" button won't fire instantly.
Inline editor is on focus (date, list, color, etc), pressing "Edit" button will be triggered immediately.

What is desired behavior
Inline editor is on focus (normal input text), pressing "Edit" button should also triggered immediately

Link to jsfidle/codepan with sample code
https://jsfiddle.net/f2y04bqx/

@elfwine elfwine changed the title Grid's Edit button trigger inconsistent Grid's Edit button trigger is inconsistent Nov 14, 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

No branches or pull requests

1 participant