-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for <select> dropdowns and other native chrome. #70
Comments
What is the status on this? |
I learned this when my project was almost done. Can't finish it without the the |
@m4heshd Native support for Here's an example of using the https://gist.github.com/adamjs/6e227ca4adc620742b3a3dab27bc38d8 |
Hi @adamjs, |
I think something funky is going on with focus ring painting in that example-- I'll throw it up in a debugger tomorrow and try to fix. |
Please do. Thanks. Also there's this issue. #228. |
The focus ring issue should now be fixed in latest trunk. |
@m4heshd You're using the CMake script from the quick-start repo to pull down latest deps? Try deleting your |
Tried it. Doesn't work with elevated privileges either. Tried manual download, CLI, Winrar everything. x64 build works with no issue. I'm thinking this might be a UAC issue but why for that one specific file? |
Support for dropdowns, progress bars, and range sliders is now available in current trunk. |
Native dropdowns currently crash, should expose these for handling by user in a modal callback.
Also other native chrome is not rendering correctly yet (radio buttons / checkboxes), should add a default CSS theme override for these elements.
The text was updated successfully, but these errors were encountered: