Re: ComboBox

2022-06-05 Thread Phil Parkin
validation. > > At the Form level, I'm not sure. I'd probably work just mirror what the > frontend needed. > > Does that help ? > > On Tue, 2022-05-31 at 09:52 -0700, Phil Parkin wrote: > > Hi all > > I am converting a desktop application to Django web ap

ComboBox

2022-05-31 Thread Phil Parkin
Hi all I am converting a desktop application to Django web application. The desktop app uses comboboxes (editable dropdown/select). Is their any elegant way of applying the same functionality in Django? Stack Overflow etc. all seem to be about dropdown select lists only. I can see ways of doin