Parity between paste features and existing codebase - Studio team #2529
-
Background: Studio team is currently migrating to Paste from our legacy framework |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Hi all! 👋 With your desired functionality of needing to customize the text area and dropdown, we suggest that you try using the Combobox Primitive to have more control for what you need. We also encouraging ensuring the implementation is accessible from a screenreader and keyboard perspective, allowing a user to understand that a list of options is being presented and the ability to tab through or move between the options, and also have those options “announced” by a screenreader. Per Lee’s comment, from an a11y standpoint, it could be a little complicated, the implementation could similar to a rich text area. She is going to find and share an example of this for the group! The implementation needs to be able to convey to the users what is happening, it’s not clear that only using/typing the curly brackets will open a dropdown at this time. Once your team gives the combobox primitive a try, please let us know here that you’re ready for feedback, or if you have more questions, we’re here for you! We’ll follow up with you in a week or so. Thanks again for all attending office hours, it was great to meet you! |
Beta Was this translation helpful? Give feedback.
Hi all! 👋
Here is a link to today's recording.
With your desired functionality of needing to customize the text area and dropdown, we suggest that you try using the Combobox Primitive to have more control for what you need. We also encouraging ensuring the implementation is accessible from a screenreader and keyboard perspective, allowing a user to understand that a list of options is being presented and the ability to tab through or move between the options, and also have those options “announced” by a screenreader.
Per Lee’s comment, from an a11y standpoint, it could be a little complicated, the implementation could similar to a rich text area. She is going to find and share an example …