Question:
I use Input.Search. Thedisabled
prop makes both the input & the button disabled. Here I want to keep the button enabled while the input is disabled.Is there solution?
Answer:
UseenterButton
prop & provide a custom button component.input
is disabled but you can click the custom search button & see the console logs.If you have better answer, please add a comment about this, thank you!