You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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.
The text was updated successfully, but these errors were encountered:
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
Description
I have a simple range slider in my blueprint with a
step
value set to0.5
The field is the displayed inside the page creation modal.
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 1Everything 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)
Additional context
Everything works fine using latest K4. Bug was present in latest Alpha and it's still there in the current Beta.
The text was updated successfully, but these errors were encountered: