Commit b9cb335
[fix] Add fraction digits props to number input widget (#7033)
Add min-fraction-digits and max-fraction-digits props to InputNumber
component to allow typing decimal values. Without these props, users
could not manually type values like "0.8" even though the increment
buttons worked correctly.
This aligns the input-only variant with the slider variant which
already had these props configured.
fix #7016
## Screenshots (if applicable)
https://github.com/user-attachments/assets/fa205023-13c4-45ac-874b-b241808cf56d
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-7033-fix-Add-fraction-digits-props-to-number-input-widget-2b96d73d36508124ac65e466802bbb0c)
by [Unito](https://www.unito.io)
---------
Co-authored-by: github-actions <[email protected]>1 parent 2f89eb0 commit b9cb335
File tree
18 files changed
+2
-0
lines changed- browser_tests/tests/vueNodes
- groups/groups.spec.ts-snapshots
- interactions
- canvas/zoom.spec.ts-snapshots
- links/linkInteraction.spec.ts-snapshots
- node/move.spec.ts-snapshots
- nodeStates
- bypass.spec.ts-snapshots
- colors.spec.ts-snapshots
- mute.spec.ts-snapshots
- src/renderer/extensions/vueNodes/widgets/components
18 files changed
+2
-0
lines changed
0 commit comments