krakjoe / ui

Cross platform UI development in PHP
Other
519 stars 39 forks source link

[idea] UI\Controls\Combo::remove([integer $ind]) #18

Open remicollet opened 7 years ago

remicollet commented 7 years ago

For dynamic update of a combo. E.g., on some event, update to combo content.

if $ind is not given, remove all entries.

krakjoe commented 7 years ago

Whether this is possible depends on upstream. Currently there isn't a function to even clear the combo, so we can't implement it ourselves.