README
@canner/antd-string-input
API
Props:
| name | type | default | description |
|---|---|---|---|
| id | String | Field id | |
| value | String | Default value of the input | |
| disabled | Boolean | Whether input is disable or not | |
| onChange | (id: string, type: string, value: string) => void | Called when input is changed |