Juravenator / paper-dropdown-input

A paper-input that provides the user with input suggestions
MIT License
20 stars 14 forks source link

How to resize the search dialog #17

Open oscar-dario-pabon opened 6 years ago

oscar-dario-pabon commented 6 years ago

Hey!

Excellent Job!

But I want to kwon if there is an option to resize the search dialog meanwile the items changes.

I use the search-value-changed event to call a Rest API to get the result list for the component itself.

When it start, it said that no results were found

image

But, when I start to write, the items has values, but also, the dimensions stay the same.

image

What can I do when the user typing to resize the dimension.

Thanks!!