We have a Button
component built with react-aria
which is registered to a Plasmic Component (plasmic.registerComponent
). It works great with only 1 minor bug:
• when you press “spacebar” while being focused on the button, the button thinks you “clicked” on it, that shouldn’t happen while editing text within Plasmic.
Any help or a fix for this would be much appreciated !