From 965be6f519ba2f69917e939be008f8b0c660397d Mon Sep 17 00:00:00 2001 From: Falko Schindler Date: Wed, 18 Dec 2024 14:53:38 +0100 Subject: [PATCH] fix ID attribute of element --- nicegui/elements/input.js | 1 + 1 file changed, 1 insertion(+) diff --git a/nicegui/elements/input.js b/nicegui/elements/input.js index 1a1200578..38d9bf7ca 100644 --- a/nicegui/elements/input.js +++ b/nicegui/elements/input.js @@ -7,6 +7,7 @@ export default { :shadow-text="shadowText" @keydown.tab="perform_autocomplete" :list="id + '-datalist'" + :for="id" >