Formulator: Disable None-value entries.
Former behaviour for entry ('foo', None) was: <option value="value">foo</option> With this change, it becomes: <option disabled="disabled">foo</option> which was not possible to render before.
Showing
Please register or sign in to comment