Closed ptahchiev closed 5 months ago
Hey, I've trouble understanding your vision for this future. To consider it I need to ask additional questions:
disabled
prop is passed? How would the picker look like and behave when disabled?Sure, my thought is that if I set the disabled property to true then the button would be clickable and also the panel to select a gif would not open. My use case is the following. I am implementing a chat where users are able to send gifs. The chat feature is enabled only when the user has paid a monthly subscription. If the user has not paid a monthly subscription the textarea for chatting is disabled (they cannot input text) but I also want to disable the gif picker button so that the gif panel doesn't open when clicked.
my thought is that if I set the disabled property to true then the button would be clickable and also the panel to select a gif would not open.
Then you should disable said button element, not the picker.
Closing due inactivity
Hello,
is there a chance to add a
disabled
property to be able to be able to control the disabled state?Thank you and keep up the good work.