mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-04 21:22:07 +00:00
feat: support custom display hints for Vue widget lookup
This commit is contained in:
@@ -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
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user