Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#6: Make the user specify a unique name.
If you in your flexselect widget sets a ``unique_name`` property it bypasses the faulty mechanism of magically creating a safe hashed name. Example: MyFlexSelectWidget(FlexSelectWidget): unique_name = 'my_flexselect_widget' # A name that is allowed to be shown in the HTML. ... etc.
- Loading branch information