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

Range editor doesn't support steps below 1 #3650

Closed
jonnitto opened this issue Oct 23, 2023 · 0 comments · Fixed by #3651
Closed

Range editor doesn't support steps below 1 #3650

jonnitto opened this issue Oct 23, 2023 · 0 comments · Fixed by #3651
Assignees
Labels
7.3 Bug Label to mark the change as bugfix

Comments

@jonnitto
Copy link
Member

jonnitto commented Oct 23, 2023

Description

If you have a property set with the RangeEditor and set the step below 1 (e.g. 0.1) the range editor will still use step 1. Also it isn't possible the use floats as min or max values

property:
      type: float
      ui:
        inspector:
          editor: 'Neos.Neos/Inspector/Editors/RangeEditor'
          editorOptions:
            min: -50
            max: 50
            step: 0.1

Affected Versions

Neos: 8.3.6
UI: 8.3.4

@jonnitto jonnitto self-assigned this Oct 23, 2023
@jonnitto jonnitto added 7.3 Bug Label to mark the change as bugfix labels Oct 23, 2023
@jonnitto jonnitto linked a pull request Oct 23, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
7.3 Bug Label to mark the change as bugfix
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants