Skip to content

I cant disable or hide the autocomplete custom renderer input field. #1065

Answered by Haroenv
Ayomikuolatunji asked this question in Q&A
Discussion options

You must be logged in to vote

Do you mean this clear button?

That's default styling of input[type=search], you can undo it with css:

input[type=search] {
  appearance: textfield;
}

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Ayomikuolatunji
Comment options

Answer selected by sarahdayan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1064 on December 21, 2022 09:38.