is there any way to disable only input not the label in semantic ui Input in react

1.4k views Asked by At

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 :)

0

There are 0 answers