Nathan Querido

Results 12 comments of Nathan Querido

The JS component!

I'm using the vanilla JS component!

This is great, thank you. Right now, it shows 'No Results' while searching a big data set on a remote API, even if a result is eventually found. Is there...

I had a further idea: the spinner seems to work 100% correctly. Isn't there a way to trigger a 'No results' message after the data-loading is complete?

I'll give it a shot. How do I build and test the project locally? Rollup?

Working on this now. However, struggling to pass the 'results' param to the `onLoading` or `onLoaded` handler. Here's the handler: ``` handleLoaded = (results, event) => { this.loading = false...

So, on normal form elements you can usually set a default placeholder text and a colour, usually a light grey. When the user enters a value, the placeholder is gone...

@zbtang sorry to bump this. Any ideas?

Hi @desandro I never replied to your answer. Thanks for your help, always great. A demo would be great for future reference though!