when you add `editable=False` to a select, you get `<select ... disabled value="foo">` - the attr value shouldn't be there
when you add
editable=Falseto a select, you get<select ... disabled value="foo">- the attr value shouldn't be there