Django Form: Select Multipe allow to add the objects
问题 I have a problem when I want to save the objects such as the Tags , and always returned an error because form validation. Select a valid choice. hello is not one of the available choices. Here, I want to implement the select input dynamically which customs additional value from the users creation. For the frontend demo, like this snippet: https://jsfiddle.net/agaust/p377zxu4/ As conceptually , the tags input provide available tags that already created before... But , the important thing is