Skip to content

Commit

Permalink
Merge pull request #223 from dew326/fix-user-create
Browse files Browse the repository at this point in the history
Fix creating user
  • Loading branch information
Łukasz Serwatka authored Dec 18, 2017
2 parents 6bea608 + d43f3fc commit 092e903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
fieldSelector: SELECTOR_FIELD,
eventsMap: [
{
selector: '.ez-data-source__input',
selector: '.ez-data-source__input--selection',
eventName: EVENT_VALUE_CHANGED,
callback: 'validateInput',
errorNodeSelectors: ['.ez-field-edit__label-wrapper'],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{%- block ezplatform_fieldtype_ezselection_widget -%}
{% set attr = attr|merge({'hidden': 'hidden'}) %}
{% set attr = attr|merge({'hidden': 'hidden', 'class': 'ez-data-source__input ez-data-source__input--selection'}) %}
{{ block('choice_widget') }}

<ul class="ez-data-source__selected">
Expand Down

0 comments on commit 092e903

Please sign in to comment.