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

[v5] step value missing from range input inside page creation modal #6871

Open
manuelmoreale opened this issue Dec 17, 2024 · 0 comments
Open

Comments

@manuelmoreale
Copy link

Description

I have a simple range slider in my blueprint with a step value set to 0.5

rating:
    label : Rating
    type  : range
    step  : 0.5
    min   : 0
    max   : 6

The field is the displayed inside the page creation modal.

Screenshot 2024-12-17 at 9 20 03 AM

The step value seems to be missing from the input inside the modal and as a result the range slider only goes up and down by 1

Screenshot 2024-12-17 at 9 20 11 AM

Everything works perfectly fine inside the single page, bug only happens inside the page creation modal.

Expected behavior
The step value set in the blueprint should be applied to the input inside the modal.

Your setup

Kirby Version

Console output

Your system (please complete the following information)

  • Device: Mac
  • OS: 15.1
  • Browser: Safari 18.1

Additional context
Everything works fine using latest K4. Bug was present in latest Alpha and it's still there in the current Beta.

@manuelmoreale manuelmoreale changed the title [V5] step value missing from range input inside page creation modal [v5] step value missing from range input inside page creation modal Dec 17, 2024
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