Browse Source

Validation fix for comboLookUpEdit

SunRiseGC 4 years ago
parent
commit
f5c9a7e479
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/elements/combo/element_comboLookupEdit.erl

+ 1 - 0
src/elements/combo/element_comboLookupEdit.erl

@@ -10,6 +10,7 @@ render_element(#comboLookupEdit{id=Id, input=Input, disabled=Disabled, validatio
   nitro:render(
     #panel{
       id = Id,
+      validation = Validation,
       data_fields = [{<<"data-edit-input">>,<<"data-edit-input">>}],
       body = [
         #panel{