pySilver

Results 94 comments of pySilver

Hello @marcoroth! Thanks for your reply. Yes, I think I'm observing something else. Let me refer your example. ```html search suggestions are shown here when form is active ... search...

Funny. In fact if I instead use this code: ```js _clearSuggestions() { this.suggestionsTarget.classList.add("hidden"); } ``` I'm seeing that `console.log("im triggered", this.element, this.suggestionsTarget);` still reports proper elements that supposed to be...

@marcoroth any idea what may cause this or how can I debug the issue?

Hey @marcorot! Unfortunately not. I've had to change the logic a little bit to mitigate the issue.

In a mean time backdrop can live a separate controller that responds to some events.

@afcapel it fires when selection is committed. I've meant an event that would be fired while user perform arrow navigation (when select method is called)

This should be mentioned in some caveats on a frontpage I guess! :)

This is really good missing feature for small screens!

@gingerbeardman I'm heading to downloads section then! :)

@viettrungphan so, this feature is not going to be implemented any time soon in hidden app?