Results for: select
Hi, According to the docs - http://foundation.zurb.com/docs/components/forms.html - the
I have a custom form with select elements that are loaded via AJAX. We're using the .trigger("change", true) event to update it the selects when someone clicks on it. Unfortunately, some of these selects have 100+ options in them which causes a delay in... (continued)
Hi all, We've created an web application that should support mobile, tablets and desktops. So far everything works just fine, but we have found 1 issue regarding Windows Phone 8.1 (WP8). Somehow when the Foundation JavaScript files are included, the ... (continued)
Hi all I have a simple html list in the sidebar of my blog. After this, I am getting the exact same list duplicated with a dropdownselect list. This second list is not specified directly by me in my html and I was wondering if it Foundation genera... (continued)
In my form I'm using a select dropdown as a way to navigate my site on small screens. When a user changes the select I would like to navigate to a new page. Using the select's id I am watching for a change event:
Hello, I am having difficulty using the Postfix form entry capability. I have placed a "select" input element with a postfix button inside of a navigation bar (nav class="top-bar" data-topbar). When I do this, the "select" input floats back up to t... (continued)
Hello Everyone, today I've to use a select place in a Modal frame, but the size attribut of the select isn't well render in the modal. In fact, I've test the select outside of the modal and it works, but in the modal the max size semme to be two. So,... (continued)
I've been using range sliders and I display the value in input field. this works fine. but I have to use it with select as well, and somehow this is something I coud not achieve. Any similar issues or tips on how to do it? My issue here is : how to make ... (continued)
Hello, i have a form with a select and a background dark, the text in the select is white but i'm not able to change color of the arrow Can you help me?
To better adapt the drop down arrow color of select tags according to the UI needs, sometimes the color of its has to be changed. After doing some dig into the ways of doing it (solid 30 mins just for this issue), I found that an svg element is being gen... (continued)
I have build some sites with foundation 6, suddenly i have select { height: 2.4375rem; [type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [ty... (continued)
I'm trying to figure out how to modify (remove, really) the shadow on form elements, specifically the select. The design I'm working with has a light colored border around the select form element, and on focus a gray shadow covers it and makes it look di... (continued)
Hi there, I have tried to add background images to select items, but does not seem to work. It seems to ignore any inline styles for that matter. Is there a way round for this? <select> <option style="background-imag... (continued)