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

setReadOnly has no effect on number fields #136

Closed
vaadin-miki opened this issue Jun 2, 2020 · 1 comment · Fixed by #138
Closed

setReadOnly has no effect on number fields #136

vaadin-miki opened this issue Jun 2, 2020 · 1 comment · Fixed by #138
Assignees
Labels
bug Something isn't working

Comments

@vaadin-miki
Copy link
Owner

Having a read-only field should disable the text input.

@vaadin-miki vaadin-miki self-assigned this Jun 2, 2020
@vaadin-miki vaadin-miki added the bug Something isn't working label Jun 2, 2020
@vaadin-miki vaadin-miki added this to the 0.7.0 - SuperTextField milestone Jun 2, 2020
@vaadin-miki
Copy link
Owner Author

This is caused by not delegating the readOnly flag to the text input.

vaadin-miki added a commit that referenced this issue Jun 2, 2020
some more methods are now delegated properly to the text field
@vaadin-miki vaadin-miki mentioned this issue Jun 2, 2020
vaadin-miki added a commit that referenced this issue Jun 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant