vue-typeahead icon indicating copy to clipboard operation
vue-typeahead copied to clipboard

Make width of list responsive

Open byanes opened this issue 6 years ago • 0 comments

Hello,

first, thanks a lot for taking the time to develop this awesome stuff!

I'm trying to make the width of the list always match width of the input textbox. When I resize the screen the width of the list doesn't change. Right now I'm listening to an onResize event and binding the width to the ul tag of the list, but it doesn't work (the width of the list doesn't change).

Is there a way to do this? Any ideas?

Thank you!

byanes avatar Jan 05 '18 23:01 byanes