myxvisual / react-uwp

📱⌨ React Components that Implement Microsoft's UWP Design & Fluent Design.
https://react-uwp.com
MIT License
1.18k stars 78 forks source link

Issues with DropDownMenu Component #50

Open acidicX opened 6 years ago

acidicX commented 6 years ago

Problem description

They way DropDownMenu is currently built, it won't work with a lot of form libraries. Also, it has severe restrictions that a standard <select> has not.

Three main points:

Is there any chance to rebuild the component as a standard select field? Or maybe just include a select field that is hidden, and extract the options from there?

Link to minimal working code that reproduces the issue

n. a.

Versions