icanjs / multi-select

A multi-select component for CanJS
MIT License
5 stars 3 forks source link

Add value type coercion option #10

Open ilyavf opened 8 years ago

ilyavf commented 8 years ago

If we use

  <multi-select item-value-type="number">
    <option value="1">One</option>
  </multi-select>

To receive [1] instead of ["1"].