This repository was archived by the owner on Jun 3, 2024. It is now read-only.
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
two single datepicker in Dash App throw an error (non-unique id #date) #882
Open
Description
I am creating Dash App that takes start date and end date as inputs with two single Datepicker but they don't work and in Chrome console I see this error “[DOM] Found 2 elements with non-unique id #date
[DOM] Found 2 elements with non-unique id #date: (More info: https://goo.gl/9p2vKq)
<input class="DateInput_input DateInput_input_1" aria-label="Date" type="text" id="date" name="date" placeholder="Date" autocomplete="off" aria-describedby="DateInput__screen-reader-message-date" value="13.11.2020">
<input class="DateInput_input DateInput_input_1" aria-label="Date" type="text" id="date" name="date" placeholder="Date" autocomplete="off" aria-describedby="DateInput__screen-reader-message-date" value="13.11.2020">
dash==1.8.0
thank you for all your support.