mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 01:26:33 +08:00
fix: add 'no-spinner' class to InputNumber component for better styling
This commit is contained in:
parent
633bfc25e0
commit
399866e0ac
@ -85,7 +85,7 @@ export const InputNumber: FC<InputNumberProps> = (props) => {
|
|||||||
<Input {...rest}
|
<Input {...rest}
|
||||||
// disable default controller
|
// disable default controller
|
||||||
type='number'
|
type='number'
|
||||||
className={classNames('rounded-r-none', className)}
|
className={classNames('no-spinner rounded-r-none', className)}
|
||||||
value={value ?? 0}
|
value={value ?? 0}
|
||||||
max={max}
|
max={max}
|
||||||
min={min}
|
min={min}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user