mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2025-12-16 04:23:36 +01:00
Release 0.1.0
This commit is contained in:
@@ -12,6 +12,6 @@ const [value, setValue] = useState(42);
|
||||
helpText="Read the small text!"
|
||||
min='33'
|
||||
max='54'
|
||||
onChange={target => setValue(target.value)}
|
||||
onChange={event =>setValue(event.target.value)}
|
||||
/>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user