Semantic-ui template for aldeed:autoform package.
- Updated
aldeed:autoform
dependency to 5.8.1.
- Added missing
settings
parameters to input types using Semantic-UIcheckbox
modules. - Fixed
error
class onafObjectField
.
- Added label and icon features to input.
- Renamed
classNames
attribute toclass
for consistency with Autoform.
- Reverted part of previous commit (problem fixed with Semantic-UI > 2.1.5).
- Fixed
select
not properly updated on initial page load or hard refresh.
semantic:ui-css
package hasn't been updated on Atmosphere at the time of writing, usesemantic:ui
instead (> 2.1.5 needed).
- Allow Autoform
disabled
form type behavior to work properly. - Fixed
formValues
reactive update withselect
. - Minor cleanup.
- Bumped aldeed:autoform package version.
- Updated
aldeed:autoform
dependency to 5.6.0. - Updated
select
:- Let Semantic-UI handle selected item(s).
- Allow customizing dropdown settings (see README).
- Updated README.
- Revamped
select
settings.- Removed
selection
property. - Added
classNames
property (default to:"fluid selection"
, pass an empty string to clear default). - Fixed atts on hidden input.
- Removed
- Fixed problem with labels.
- Additional fixes/improvements after 0.6.x.
- Fixed
select
's categories parsing. - Fixed
basic-select
optgroups parsing. - Improved item/subitems for
select
&basic-select
parsing. select
items now support "label", "description" & "selection" (see README).- Updated README.
Thanks to @abernix for his help.
- Updated
select
to support new features.allowAdditions
,allowCategorySelection
,multiple
,maxSelections
,useLabels
are now supported.- Categories can now be used (see README).
- Updated for compatibility Meteor 1.2 (no longer usable with Meteor < 1.2).
- Make use of ES6.
- Major code cleanup.
- Changed quickForm's submit, submit, reset & button colors (green, green, grey & grey, respectively).
- Updated rendering according to changes in semantic-ui.
- Errors:
- Now display properly in a label under each field.
errorsInLabel
is no longer used.
- Arrays:
- Fixed fields width.
- Fixed corner labels positioning.
- Errors:
- Added support for grouping fields (See aldeed/autoform README).
- Semantic-UI implementation uses
ui segment
instead offieldset
for better rendering.
- Semantic-UI implementation uses
- Updated autoform dependency to 5.5.1.
- Removed useless
fluid field
wrapper. Closes #18
- Optimized selectors.
- Patch semantic-ui.js with latest changes from autoForm.js.
- Placeholder should return when clearing an optional field that had an existing value.
- Updated checked status for select & checkbox.
- Added
select-checkbox-inline
&select-radio-inline
input types.
- Updated autoform dependency to 5.3.2.
- Fixed issue with corner label size due to changes in Semantic UI 2.0
- Dropdowns now close after clearing
- Add the possibility to set attrs on the formgroup & label
- Minor cleanup
- Removed label on clear button in select to avoid issue with multilingual apps.
- Updated autoform dependency to 5.3.0.
- Boolean input field:
checkboxType
can now be used to determine what type of checkbox is used (can be eitherslider
ortoggle
). When not provided, default to standard checkbox.