1. Do not save TV name after create because the name of TV "dynamicdropdown_multiple" is too long. Database field can store only 20 symbols. 2. dynamicdropdown_multiple TV has not correct CSS (see attach) 3. JS mistake **Uncaught ReferenceError: $connector_path is not defined** in ``` core/components/dynamicdropdowntv/tv/input/tpl/dynamicdropdown.tpl core/components/dynamicdropdowntv/tv/input/tpl/dynamicdropdown_multiple.tpl ``` 4. If manually fix 1,2,3 and try to save TV with more than one value - in database we will see only one value. 5. And after page reload we get empty field, so values do not render from DB
Do not save TV name after create because the name of TV "dynamicdropdown_multiple" is too long. Database field can store only 20 symbols.
dynamicdropdown_multiple TV has not correct CSS (see attach)
JS mistake Uncaught ReferenceError: $connector_path is not defined in
If manually fix 1,2,3 and try to save TV with more than one value - in database we will see only one value.
And after page reload we get empty field, so values do not render from DB