- Rename boolean i18 message keys to avoid clash with molgenis project
form_bool_true
renamed toform_boolean_true
form_bool_false
renamed toform_boolean_false
form_bool_missing
renamed toform_boolean_missing
- 203 Hide all optional fields/show all fields not internationalized
- #233 Set the value to null on clearing a number field
- #226 Allow clearing of a date / date-time field
- #236 Age function is off by one year for future dates
- #242 Number input does not show validation errors if you enter text
- #245 Validation messages are in black
- Feature/map default entity values when mapping in create mode
- #201 Selecting File does not trigger vue-from change detect
- #211 When using Safari browser Molgenis datatime format result is empty date picker
- No features package version was set incorrectly
- Changelog release date is now set
- Add validation support for integer, long and decimal
- Extend field type with 'integer', 'long' and 'decimal' types
- Remove 'number' type ( breaking change)
- Add support for mapping int, long and decimal to EntityMapper
- Update dev/demo/e2e-test setup, add page per feature to improve development, debugging and e2e-test experience
- Add showNonVisibleAttributes option to EntityMapper options
- If set to true maps non visible attribute to visible field
- showNonVisibleAttributes is optional and defaults to false
- If visible expression is set this takes precedence
- Add support for unique field validation
- string, integer, long, decimal and radio fields support unique value validation
- Molgenis entity mapper support creating isUnique function for form multi-value attributes
- #166 Date-time cannot be processed by MOLGENIS
- #195 Date field emits date-time even if only date part is set
- #189 Vulnerability vue-form depends on extend 3.0.1
- #185 Vue forms require you to fill in the id field when it's AUTO
- EntityMapper: Add entityMapper option to run entityMapper in "update" or 'create' mode.
- In create mode readonly attributes map to editable fields to allow creating row.
- By default the mapper is run in 'update' mode (ensures backwards compatibility).
- EntityMapper: Non visible, auto-value attributes are not mapped to from fields
- These fields can not be read or written by the user and therefore not part of the form.
- Updated peer dependency to remove warnings from build
- Fix issue ,no options in mref not displayed correctly
- localize datepicker
- add debounce on input and textarea type
- Fix issue 82, Multi select validation does not trigger on input
- Debounce input update event ( default 500 ms), can be changed through settings ('inputDebounceTime')
- Add 'mg-ui-form-field' to generated fields, this allows app css to target fields for styling.
- fix issue with multiple namespaces ( not working with ie11)
- Make ability to add new option to select configurable
- Update for use with multiple namespaces, form uses the 'ui-form' namespace
- Fix select styling
- Render html form with validation based on json object structure
- Molgenis entity to form-object mapper