feat: support custom display hints for Vue widget lookup

This commit is contained in:
Johnpaul
2025-12-24 02:15:29 +01:00
parent 187c80d213
commit b4a6b8b5ff
5 changed files with 17 additions and 4 deletions

View File

@@ -63,7 +63,8 @@ export const useIntWidget = () => {
/** @deprecated Use step2 instead. The 10x value is a legacy implementation. */
step: step * 10,
step2: step,
precision: 0
precision: 0,
display: inputSpec.display
}
)