After enabling sortable I am unable to modify the default value for input boxes
What happens is that the cursor gets focus at the beginning of the value for an input box. So if there is a value defined in the template, then I cannot edit it!
Example:
ul
{{#datalist}}
li class="itemwrap" decorator="sortable"
div class="content_item_entry"
div class="item_entry_grip"
i class="fa fa-bars text-muted" /i
/div
div class="item_details_container"
input class="item_entry_section" value="{{title}}"/
/li
{{/datalist}}
/ul
The input's default value cannot be edited.
Thanks,