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
@lpatel-eightfold noted, in the meantime if your goal is to use the id for test purposes, please use data-test-id instead. If using for css, consider using the classNames prop.
The
id
prop passed to TextArea component, should ideally remain unchanged in the final HTML. But instead a number gets appended to the end of the passedid
.The issue can be reproduced on the storybook site as well:
https://eightfoldai.github.io/octuple.github.io/?path=/story/input--text-area&args=id:myId
The text was updated successfully, but these errors were encountered: