Skip to content

Commit

Permalink
Refactor primefaces#4024 - For InputSwitch
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu authored and thielpa committed Jun 7, 2023
1 parent f73da6a commit 9c62962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/lib/inputswitch/InputSwitch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
:aria-label="ariaLabel"
@focus="onFocus($event)"
@blur="onBlur($event)"
v-bind="ptm('hiddenInput')"
v-bind="{ ...inputProps, ...ptm('hiddenInput') }"
/>
</div>
<span :class="cx('slider')" v-bind="{ ...inputProps, ...ptm('slider') }"></span>
<span :class="cx('slider')" v-bind="ptm('slider')"></span>
</div>
</template>

Expand Down

0 comments on commit 9c62962

Please sign in to comment.