mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-20 08:20:02 +02:00
adds onChange prop to number component form field to remove console errors
This commit is contained in:
parent
31f1c9a8ce
commit
6eaf1a03d1
@ -352,6 +352,7 @@ export const NumberComponent = React.memo((props: NumberComponentProps) => {
|
|||||||
type="text"
|
type="text"
|
||||||
value={inputString}
|
value={inputString}
|
||||||
disabled={readOnly}
|
disabled={readOnly}
|
||||||
|
onChange={() => {}}
|
||||||
name={fullAccessPath}
|
name={fullAccessPath}
|
||||||
onKeyDown={handleKeyDown}
|
onKeyDown={handleKeyDown}
|
||||||
onBlur={handleBlur}
|
onBlur={handleBlur}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user