eeditiones / tei-publisher-components

Web components used by TEI Publisher and apps generated by it
https://cdn.tei-publisher.com/
GNU General Public License v3.0
18 stars 14 forks source link

fixes unwanted null values with multiple select #25

Closed JoernT closed 4 years ago

JoernT commented 4 years ago

when selecting values from pb-select multiple an unwanted 'null' value was created in formData.

Using 'undefined' instead fixes the issue.

tuurma commented 4 years ago

don't know how to do that now but commit messages need to follow certain convention now to be picked up correctly for automated release, so yours should read something like: fix(pb-select) fixes unwanted null values with multiple select

JoernT commented 4 years ago

ah thanks - forgot about that

JoernT commented 4 years ago

i'll redo it