elementalui / elemental

A flexible and beautiful UI framework for React.js
elemental-ui.com
MIT License
4.31k stars 216 forks source link

Add 'size' prop to options for FormSelect #186

Open perkee opened 8 years ago

perkee commented 8 years ago

This adds support for sizes lg, sm, and xs for the FormSelect component. In order to center the arrows the SVG is now displayed as block and centered via position: absolute.