[backport core/1.33] fix: Add fraction digits props to number input widget (backport #7033) (#7250)

## Summary
Backport of #7033 to core/1.33 branch.

- Adds fraction digits props to number input widget

## Conflicts Resolved
- Screenshot snapshots updated to match the incoming version

Fixes the manual backport requested after auto-backport failed due to
binary file conflicts.

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-7250-backport-core-1-33-fix-Add-fraction-digits-props-to-number-input-widget-backport-703-2c36d73d365081ce8b8ad86f1fc63df7)
by [Unito](https://www.unito.io)

Co-authored-by: Johnpaul Chiwetelu <49923152+Myestery@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Christian Byrne
2025-12-08 16:12:56 -08:00
committed by GitHub
parent f7278ddbee
commit 79cdd0c06a
18 changed files with 2 additions and 0 deletions

View File

@@ -81,6 +81,8 @@ const buttonTooltip = computed(() => {
size="small"
variant="outlined"
:step="stepValue"
:min-fraction-digits="precision"
:max-fraction-digits="precision"
:use-grouping="useGrouping"
:class="cn(WidgetInputBaseClass, 'grow text-xs')"
:aria-label="widget.name"