We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
When DBInput is used with the Browser (Chrome, Edge) autoComplete the before Icon disappears.
Before:
After:
Before Icon should be shown when Browser (Chrome, Edge) autoComplete is used.
No response
Chrome
The text was updated successfully, but these errors were encountered:
I couldn't reproduce the issue.
Do you use type="search"? The cross icon will only be visible on hover, this would be the browser default, see MDN.
type="search"
Or do you want to use a custom icon instead of the maginifier?
icon
Maybe you can add the React snippet for reproduction thank you :)
Sorry, something went wrong.
I see the second screenshot isn't quite good. Die magnifier Icon disappears after I clicked on a autoComplete option.
After that, the Icon on the Lefthand side isn't there anymore.
The Code is pretty straight forward.
<DBSection className="justify-items-center" spacing="none"> <DBInput className="w-70 m-6" type="search" variant="floating" label="Zugnummer eingeben" maxlength={8} pattern="^\d{1,8}$" name="zugnummer" required invalidMessage="Bitte Zugnummer eingeben" formNoValidate autocomplete="off" /> <DBInput className="w-70 m-6" type="date" variant="floating" label="Datum eingeben" name="datepicker" required invalidMessage="Bitte auswählen" formNoValidate autocomplete="off" /> </DBSection>
nmerget
Successfully merging a pull request may close this issue.
Which generators are impacted?
Reproduction case
When DBInput is used with the Browser (Chrome, Edge) autoComplete the before Icon disappears.
Before:

After:

Expected Behaviour
Before Icon should be shown when Browser (Chrome, Edge) autoComplete is used.
Screenshots
No response
Browser version
Chrome
Add any other context about the problem here.
No response
The text was updated successfully, but these errors were encountered: