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
It would be nice to support adding a href. My app is a react app but all links, buttons and many other components have links.
In my case a hash like /cell/A1/style/color/edit will give focus to the color picker and open it for editing. Many (im trying most) actions in the application also update the history.
When the user navigates using the keyboard and hits enter on the color-picker button i would like to have a href present so the history is updated with my supplied HREF.
The text was updated successfully, but these errors were encountered:
It would be nice to support adding a href. My app is a react app but all links, buttons and many other components have links.
In my case a hash like
/cell/A1/style/color/edit
will give focus to the color picker and open it for editing. Many (im trying most) actions in the application also update the history.When the user navigates using the keyboard and hits enter on the color-picker button i would like to have a href present so the history is updated with my supplied HREF.
The text was updated successfully, but these errors were encountered: