-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Added new capabilities and properties to Column and Dialog #6611
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Ignored Deployments
|
Ok let me think about a better name for the prop then! |
Perfect, thanks! By the way, should I set onKeyDown event prevention to be done always and remove the Dialog property? |
Yes just default that on key down |
I just removed the property added to Dialog and now the onKeyDown propagation event is stoped by default. Also I restored back the Dialog api. |
I've applied the remaining changes. Removed the unused property and changed the other one. It should be ready to go. |
@melloware I've removed a typo in BodyCell.js that formatter checker was preventing to merge the code. Hope now can pass the merge process... |
Assigned to PrimeTek for review! |
Looks good! Superb |
This fixes some problmes with autocomplete component with dialog
Issue #6569