Inline seachbar disable button

Hi all, is it possible for inline searchbars to display the Cancel button? If not, how can i implement this? (I understand that it says in the docs that this is not recommended)

Wrapped searchbar-input-wrap with searchbar-inner and added

.searchbar.searchbar-inline{
	-webkit-backdrop-filter: none;
}

in the css got the job done.

1 Like