react-ui-org/react-ui

Link inside form element help text has invalid cursor

mbohal opened this issue · 2 comments

When I use a link (<a/>) inside a helpText prop of a form field (e.g. TextField) the cursor does not change when hovering over the link.

image

Expected behaviour is that the cursor changes when hovering over a Link.

Thanks for testing such a use case! However, I'm afraid the problem is in the typo you have in your example. If you change hre to href, everything works:

obrazek

If you change hre to href, everything works:

🤦