Force users to select an option in required custom user dropdown fields
This commit is contained in:
parent
67995b3926
commit
a225c0fbbb
|
@ -5,8 +5,6 @@ export default Ember.Component.extend({
|
||||||
layoutName: fmt('field.field_type', 'components/user-fields/%@'),
|
layoutName: fmt('field.field_type', 'components/user-fields/%@'),
|
||||||
|
|
||||||
noneLabel: function() {
|
noneLabel: function() {
|
||||||
if (!this.get('field.required')) {
|
|
||||||
return 'user_fields.none';
|
return 'user_fields.none';
|
||||||
}
|
}.property()
|
||||||
}.property('field.required')
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue