plone / plone.formwidget.autocomplete

z3c.form widget for Plone using jQuery Autocomplete
https://pypi.org/project/plone.formwidget.autocomplete
2 stars 12 forks source link

On radio inputs ':list' should not be appended to name attribute #9

Closed adrianwhite closed 11 years ago

adrianwhite commented 11 years ago

Form field radio button inputs are rendered without :list on the name (apart from the 'novalue' option on non required fields but that is a separate issue with z3c.formwidget). New options added via js should therefore not have :list added to the name. The name attributes of the inputs do not match so you cannot deselect the original value.

screen shot 2013-08-28 at 14 32 16

adrianwhite commented 11 years ago

Ah, I see this may already be covered by https://github.com/plone/plone.formwidget.autocomplete/commit/d6e356d261171e0276090a8d70f26ba4aaa7244b

vincentfretin commented 11 years ago

Indeed this is fixed in plone.formwidget.autocomplete 1.2.5