Page 1 of 1

Filter usage

PostPosted: 27 Oct 2014 11:08
by George
Hello!

JQCheckBoxList has property Filter.Width, that initially = "100px".
Final css looks like 100pxpx, so i removed px for me).

Filter has reset button, that clears filter string.
Currently, to apply empty filter after string reset, user must click to input one more time.
Would be expectable if empty filter will be applyed when user press reset srting button.

Re: Filter usage

PostPosted: 27 Oct 2014 13:33
by Alexander Bulei
Hi George,

What options do you use?

Best Regards.

Re: Filter usage

PostPosted: 27 Oct 2014 14:30
by George
Default settings same as in demo.
Video.

Re: Filter usage

PostPosted: 27 Oct 2014 15:15
by Alexander Bulei
Hi George,

Sorry, but we don't have any clear button there :

27-10-2014 14-14-12.png


Best Regards.

Re: Filter usage

PostPosted: 27 Oct 2014 15:17
by George
Very interesting :)

Re: Filter usage

PostPosted: 27 Oct 2014 15:22
by Alexander Bulei
Hi George,

Sorry, but not really... :D

I spent some time to find the "non-existent" clear button....

Best Regards.

Re: Filter usage

PostPosted: 27 Oct 2014 15:22
by George
This button appears under IE, Opera and Chrome. And not appears under Firefox and Safari.
May be it's browser extra feature for input controls.

Re: Filter usage

PostPosted: 27 Oct 2014 15:26
by Alexander Bulei
Hi George,

It's a webkit browser funcionality for input with type="search".
If you want, I can give you the css code to override it.

Best Regards.

Re: Filter usage

PostPosted: 27 Oct 2014 15:40
by George
Something like this?
css code
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
display: none;
}

Re: Filter usage

PostPosted: 27 Oct 2014 16:05
by Alexander Bulei
Hi,

George wrote:Something like this?
css code
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
display: none;
}



Yes.

Best Regards.