Meteor template components to use with Semantic-UI.
- Revamped
select
settings.- Removed
selection
property. - Added default for
classNames
property ("fluid selection"
, pass an empty string to clear default).
- Removed
- Fixed problem with labels.
selectDropdown
items now support "label", "description" & "selection" (see README).- Updated README.
- Updated
selectDropdown
to support new features.allowAdditions
,allowCategorySelection
,multiple
,maxSelections
,useLabels
are now supported.- Categories can now be used (see README).
field
div is no longer wrapping the dropdown (you can add it around the template call, if need be).label
is no longer included (you must add it in your code, if need be).
- Updated for compatibility with Meteor 1.2 (no longer usable with Meteor < 1.2).
- Make use of ES6.
- Code cleanup.
- Added ability to customize text on
connectionLost
&loading
templates. - Added
menu
component.