Allow empty value in dropdown custom field

stable
Daniel García 2018-11-26 11:29:58 +01:00 committed by Alex Hermida
parent 9bd1b0a72c
commit fe28ed9d53
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ form.custom-field-single.editable
name="value"
ng-model="model"
)
option
option(ng-repeat="option in extra", value="{{ option }}") {{ option }}
<% } else if (type=="number") { %>
input#custom-field-value(name="value", type="number", value!="<%- value %>")