Dag Erik Løvgren
Dag Erik Løvgren
Adding my support for this, as it's still an open issue. My use-case is like @trevordmiller describes above: I'm making a component and utility lib, Primors (https://github.com/dagerikhl/primors), and I expose,...
Valid point. A JSDoc annotation is an option. Another option is using the convention that hooks are prefixed by `use...`. This isn't consistently reliable, but a pretty well established convention...
Adding my support for this feature, it would relieve a lot of the concerns people may have of using experimental features that are outside the normal (CSS/HTML) spec. Good work...
Thank you for the response @tujoworker ! :D Using the index semi-works. It lets me select the correct item, and the correct item is shown in the input. There's another...
Any news on this @tujoworker? :)