We are using semantic-ui in react for forms.
When I use disable for Input
, it's disabling both label and input field.
I used like below
<Input disabled placeholder='Search' label='Name' />
Is there any way to disable only input box not the label??
Thanks in advance :)