praeclarum / Ooui

A small cross-platform UI library that brings the simplicity of native UI development to the web
MIT License
1.62k stars 160 forks source link

Forms: PushModalAsync does not work? #191

Open tluyben opened 6 years ago

tluyben commented 6 years ago

I am trying to push a Modal in the DOM version of Forms. Nothing seems to happen; is that not supported yet? I would use Alert instead , but I need an alert with a Textbox in it...

limefrogyank commented 6 years ago

Ooui is not my project, but I wrote the half-done navigation stuff. So, no... no modal yet. You should look at the pull request to see the nav specific stuff I did and add the modal component.

limefrogyank commented 6 years ago

Although, you should keep in mind that the other reason it was only a partial implementation is that I ignored the expectation of sharing state when it comes to navigation.