Mat, Not sure what you mean, input elements allow entering of text which is different from select elements that only allow you to select from a list. I am proposing we add a new parameter to the EditText Widget which will allow the user to input text, and select from a popup by utilizing a <datalist>. This can be accomplished a few ways currently, but the implementations have limitations. <datalist> is an HTML standard, and adding this functionality will enhance the EditText Widget for the reasons mentioned in the demo.
That said, the way the <option> elements work inside a <datalist> are slightly different than the way they work in a <select> element (SelectWidget). Here is some info on that: https://stackoverflow.com/questions/6865943/html-form-select-option-vs-datalist-option On Wednesday, September 18, 2019 at 4:46:26 PM UTC-5, Mat wrote: > > If one is to manually add the select options, how does this differ from > the SelectWidget? > > <:-) > -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/007bf78e-8ccb-4226-94f8-98d2d7e4e2a9%40googlegroups.com.
