jasonkneen / nl.fokkezb.form

[UNMAINTAINED] Alloy TableView Form Widget
http://form.fokkezb.nl/docs/
43 stars 15 forks source link

conflict when using picker popOver on a popOver contains the form #32

Closed e3bmo3ty closed 7 years ago

e3bmo3ty commented 8 years ago

when using the form on iPad contained in popOver, when click on picker the main popOver hide and picker popOver shows.

solved by a flag "forceIphoneBehavior" passed to the field parameter so i can prevent the picker to show in a popOver

FokkeZB commented 8 years ago

Thanks! Could you change the arg to be disablePopover to be more specific in what it does rather then what it emulates?

e3bmo3ty commented 8 years ago

Done :)

FokkeZB commented 7 years ago

Hi @e3bmo3ty, I see you closed the PR? Why so?

FokkeZB commented 7 years ago

Ah, I see now you've opened #33 to replace this. Thanks!