File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
core/addon/components/eui-checkbox-group
validated-form/addon/components/validated-form/field-checkbox-group Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 22 (arg-or-default @valueKey " id" )
33 (arg-or-default @labelKey " label" ) as |valueKey labelKey |
44}}
5+ {{!template-lint-disable}}
6+ <input
7+ tabindex =" -1"
8+ style =" opacity: 0px; width:0px; height:0px; position: absolute; top: 40%; border:solid 1px transparent !important; margin:0px !important;"
9+ class =" fake-input-for-html-form-validity"
10+ {{ validatable-control @isInvalid }}
11+ />
12+ {{!template-lint-enable}}
513 {{ #if @legend }}
614 <EuiFormFieldset @legend ={{ @legend }} @compressed ={{ @compressed }} >
715 {{ #each @options key =valueKey as |option |}}
Original file line number Diff line number Diff line change 2525 aria-label ={{ @ariaLabel }}
2626 @disabled ={{ @disabled }}
2727 @compressed ={{ @compressed }}
28+ @isInvalid ={{ this.isInvalidAndTouched }}
2829 @options ={{ this.options }}
2930 @idToSelectedMap ={{ this.arrayToMap }}
3031 @legend ={{ @legend }}
You can’t perform that action at this time.
0 commit comments