jcf
jcf copied to clipboard
Advanced form elements customization using CSS/JS
select button for multiple have wrapNativeOnMobile=false but for smartphone wheels must be wrapNativeOnMobile=true if we set on true multiple select button will not work ?
**Scenario** In a page there is select defined with this code ``` Choose Option Go to this page ``` ``` var customSelect = $('select'); // Options for custom Select jcf.setOptions('Select',...
When using jcf with jquery 3, the select list has an unneeded horizontal scroll that doesn't show up when using jquery 1.11.2. The problem shows up on some screen sizes...
I came across an issue on https://www.sleeper.scot/ that is happening in Firefox on mobile device. When trying to select an option in one of the dropdowns the selection popup dissapears:...
I have a dropdown of country list. I set a function which get call at onChange event and console the current selected value. When I type IN then its getiing...
fix https://github.com/w3co/jcf/issues/73
Wrong rendering applies to Selectboxes with scrollable.js plugin. After reset the form, the height of the select box is 0. See https://jsfiddle.net/k056xn67/6/
Hi there, I am currently trying to programmatically hide the expanded dropdown when the user is focusing out of the select dropdown by having an event listener listing on 'Tab'...
Hi, guys. There is an issue with custom scroll on iOS11 Chrome. You cannot use custom scroll in the block. The page start scrolling when you try to scroll text...
Hi, I found that the default number form wasn't working correctly with a mousepad. When using the buttons to increase or decrease the value it would jump by 2 values....