style: endpoint selection

This commit is contained in:
jialin
2026-02-03 18:21:08 +08:00
parent df5c2be7fa
commit 337d93ff51
6 changed files with 122 additions and 8 deletions
@@ -76,6 +76,7 @@ const SealInputNumber: React.FC<InputNumberProps & SealFormItemProps> = (
>
<InputNumber
{...rest}
placeholder={placeholder}
ref={inputRef}
autoComplete="off"
onFocus={handleOnFocus}