-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
EditableText crashes with type='number' with [email protected] #3671
Comments
What does using an I think we could potentially support |
I would suggest that component does not crash the app anyway, may be just ignoring I'm using |
I'm gonna try to fix that according to https://stackoverflow.com/questions/21177489/selectionstart-selectionend-on-input-type-number-no-longer-allowed-in-chrome |
Environment
Minimal repro: https://codesandbox.io/s/blueprint-sandbox-jxsv8
Note
This bug is not reproduced with [email protected]
Steps to reproduce
to the code
Actual behavior
app crashes here
blueprint/packages/core/src/components/editable-text/editableText.tsx
Line 146 in 8c40112
in Chrome:
in Firefox:
Expected behavior
Component enters editor mode without errors.
The text was updated successfully, but these errors were encountered: