Looking at the list of props, I don't see one for disabled or editable.
Can either of these props be passed into the component to disable it on the form?
Or do these props trickle down to an underlying text input?
I think this is a common use case when rendering a form to conditionally disable inputs.
Looking at the list of props, I don't see one for
disabledoreditable.Can either of these props be passed into the component to disable it on the form?
Or do these props trickle down to an underlying text input?
I think this is a common use case when rendering a form to conditionally disable inputs.