You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ClayUIDropdownWithItems components with radiogroup items is not marking the radio box as selected when passed checked prop. Meanwhile, disabled is working perfectly fine and disabling the correct items from the list.
What are the steps to reproduce?
Add list items of type radiogroup with radio and mark one entry as checked: true. It will not check the desired entry.
Mark entry as disabled: true. It will disable the desired entry (this ensures that logically I have not been making mistakes with core logic).
What is the expected result?
Entry marked as checked should have a selected Radio button.
Tech
Version
Clay
3.105.0
React
16.8.6
The text was updated successfully, but these errors were encountered:
@amberkamboj77, we appreciate your contribution, however, please be informed that we have transitioned away from using GitHub issues to track and prioritize our work. At present, we are exclusively utilizing LPS tickets for issue management. Therefore, we kindly request you to create your LPS tickets for any new matters or inquiries ;)
https://codesandbox.io/s/quizzical-hypatia-s6drz5
ClayUIDropdownWithItems components with radiogroup items is not marking the radio box as selected when passed checked prop. Meanwhile, disabled is working perfectly fine and disabling the correct items from the list.
What are the steps to reproduce?
Add list items of type radiogroup with radio and mark one entry as checked: true. It will not check the desired entry.
Mark entry as disabled: true. It will disable the desired entry (this ensures that logically I have not been making mistakes with core logic).
What is the expected result?
Entry marked as checked should have a selected Radio button.
The text was updated successfully, but these errors were encountered: