• Vincent Pelletier's avatar
    Formulator: Disable None-value entries. · 1fefa4d5
    Vincent Pelletier authored
    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.
    1fefa4d5
Widget.py 78 KB