[SOLVED] TextBox Autocompletelist

Answered Closed
0
0

Hi,

I have a textbox with autocomplete list property populated from a datatable column.
It is possible to change some properties of list?
I would need to change the rows height of autocompletelist.

Thanks

  • You must to post comments
Best Answer
0
0

The autocomplete list is entirely handled by the browser’s native <input> tag: https://www.w3schools.com/tags/tag_datalist.asp

It doesn’t have any css property that can be used to change its appearance.

  • You must to post comments
Showing 1 result