-
Notifications
You must be signed in to change notification settings - Fork 7
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
Text selection mixin throws JS errors when used in Grid #243
Comments
thank you for reporting the issue and for providing sample code; I am no expert in |
first look indicates there is something fishy in the text selection mixin; it also breaks if you use |
okay, issue is cased during init of a text field, for some reason when |
Hello, I found a problem with SuperBigDecimalField when it is used in grid. Everywhere else it works good for me. I have some form where I need to show grid with some data and each row needs SuperBigDecimalField, where I can change value. It looks like this:
Here is my code:
But when I open this form on page, it starts to generate some javascript errors:
And when I click in field, I got some other errors:
When I use basic vaadin's BigDecimalField instead it works good. Is there any way to solve this to use your SuperBigDecimalField in this case please? Thank you!
The text was updated successfully, but these errors were encountered: