Skip to content

Commit

Permalink
fix ID attribute of <input> element
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Dec 18, 2024
1 parent 16c07dd commit 965be6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nicegui/elements/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default {
:shadow-text="shadowText"
@keydown.tab="perform_autocomplete"
:list="id + '-datalist'"
:for="id"
>
<template v-for="(_, slot) in $slots" v-slot:[slot]="slotProps">
<slot :name="slot" v-bind="slotProps || {}" />
Expand Down

0 comments on commit 965be6f

Please sign in to comment.