Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ffe-datepicker-react): add the id to input #2005

Merged
merged 1 commit into from
May 21, 2024

Conversation

pethel
Copy link
Contributor

@pethel pethel commented May 16, 2024

Det ville vart mer komplisert hvis vi hade kvar muligheterna for label som props men det er fjernet nå. InputGroup sender id så hvis man bruker InputGroup vill det virke slik. Bruker man ikek InputGroup før man passa på att selv senda riktig id. Att gjøre den påkrevd er ikke så enkelt eftersom man ikke setter den i koden utan elementet klonas ju INputGroup og får extra props.

fixes #1609

@pethel pethel requested a review from a team as a code owner May 16, 2024 13:33
@pethel pethel force-pushed the develop_fix-input-id-datepicker branch from 141eecf to a32881c Compare May 16, 2024 14:00
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-beach-0d62d0d03-2005.westeurope.2.azurestaticapps.net

@pethel pethel merged commit b3b28a1 into develop May 21, 2024
3 checks passed
@pethel pethel deleted the develop_fix-input-id-datepicker branch May 21, 2024 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fikse problem med ID i InputGroup med Datepicker
2 participants