Giter Club home page Giter Club logo

combo-select's People

Contributors

rmdort avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

combo-select's Issues

ADA Compliance Issue - form control missing label when appending input to the DOM

Hi,

This issue is minor, but important. My company's client, NYC Department of Finance, got an ADA Compliance warning for a missing label on a form control. It was easy to track down, but I noticed it was code from a github repo, so here I am:

In jquery.combo.select.js , the following input should have a label attribute:
line 173: this.$input = $('<input label="dropdown-input" type="text"' + (isMobile? 'tabindex="-1"': '').....

Selected attribute

When the selected attribute is applied to an <option> element, the display field for the combo-select reads "...". For example:

<select id="filterby-product" class="comboselect">
    <option value="nolink">Product Line</option>
    <option value="/Products/Category/1/Agave">Agave</option>
    <option value="/Products/Category/2/Fruit-Purees">Fruit Purees</option>
    <option value="/Products/Category/3/Soy-Sauce" selected>Soy Sauce</option>
</select>

I would expect the combo-select to display "Soy Sauce" in this instance. Instead, it just reads "...".

How to add a custom style for data- or html tag

Hi there PebbleRoad Team,
What im trying to acomplish is append some extra data to my optionbox.
This data should be presented with a different font-size and color for a better visual experience.
Could you tell me if this feature is already implemented or how to make it possible?.

<select>
<option>Vitto Bratta <small>23 Street NY</small></option>
<option data-st="23 Street NJ">Jimmmy Page</small></option>
</select>

Thanks a Lot!

Firefox Bug - Selection goes to default value after clicking anywhere on the screen.

Info:
Firefox version - 45.0.1
OS - Windows 10

Link:
http://codepen.io/hristokkanchev/pen/mPZGyN

Steps to reproduce:

  1. Select 1 or 2 from the combo-select dropdown.
  2. Click anywhere (the select arrow or anywhere else except the input).
  3. Selection goes back to Select value and doesn't retain it's selected value.

All of the code used in the pen is from the example.

Please address this issue as soon as possible since I am trying to use this library in a production based environment.

search for parts of HTML entities corrupt list

See example: Use "Day" and search for "a":

What happens:

05 &amp; asda (with all three a's underlined)

What was expected:
05 & asda (with both a's underlined)

And it gets worse with every search (delete "a", insert new "a" -> 05 &amp;amp; asda)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.