Skip to content

plusTTeam/pt-select

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Published on webcomponents.org

<pt-select>

<pt-select> is a simple select element, built using Polymer and Select HTML element.

 <pt-select options='[{"value":1,"label":"Option 1"},{"value":2,"label":"Option 2"},{"value":3,"label":"Option 3"}]' value="{{selectedValue}}" placeholder="Select One" path-to-value="value" path-to-label="label"></pt-select>