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

Missing support for floats in 'number' block #153

Open
Pav0l opened this issue Nov 11, 2023 · 0 comments
Open

Missing support for floats in 'number' block #153

Pav0l opened this issue Nov 11, 2023 · 0 comments

Comments

@Pav0l
Copy link

Pav0l commented Nov 11, 2023

Describe the bug
Hi there, it seems the number block does not support floats.

The issue seems to be connected to the number change handler validation around here.

To Reproduce
Steps to reproduce the behavior:

  1. Go to code example in "Getting Started" docs: https://codesandbox.io/s/quill-forms-example-20uuf
  2. Fill out the form, until you get to the number block
  3. Try to enter any float value
  4. See nothing happens, only integer is considered a valid input

Expected behavior
number blocks support float values

Desktop (please complete the following information):

  • OS: any
  • Browser: any
  • Version:
   "@quillforms/react-renderer-utils": "5.9.1",
   "@quillforms/renderer-core": "5.7.0",
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