Formex v0.6.0 Release Notes

Release Date: 2017-12-26 // over 6 years ago
    • ๐Ÿ”„ Changed behaviour when user sends no value for field.

      Example

      You have a form with first_name and last_name fields, and user manually removes in browser the first_name field.

      What happens after form submit:

      • Prior to formex 0.6.0, the first_name value will be unchanged.
      • Since 0.6.0, the first_name value will be "".

      This new behaviour is the same as in the Symfony form library. It was necessary to change, because browser sends no value in multiple_select if there is nothing selected, or even there may be no value in normal select when we using Ajax Bootstrap Select plugin and was nothing selected.

    • ๐Ÿ›  Fixed deselecting all options in multiple select jakub-zawislak/formex_ecto#2