Koen

Results 4 issues of Koen

Is your feature request related to a problem? Please describe. Can't change the z-index of a snackbar. The snackbar is hidden under a component not under my control in the...

Type: Feature
Focus Area: Components

I have this server-side filter setup : ``` public class ServerSideResultFilter implements ResultsFilter { public ServerSideResultFilter() { } @Override public void filter(final String searchText, final ChosenImpl chosen, boolean isShowing) {...

documentation

In the documentation for server side filtering, this line of code does not make sense to me (and removing it makes the code work) : ``` if (isShowing && initialized)...

documentation