You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Auto Select values (Column with select fields)
Simple solution to select the right value for select and tick the column header if all values matched :)
* Update src/steps/MatchColumnsStep/utils/setColumn.ts
Co-authored-by: Harry Bragg <h.bragg+dev@gmail.com>
* Add autoMapSelectValues flag and automatic matching.
* Add tests for automatching
* Match select values by field option value or label
* Rename option to record
* Fix exhaustive deps
* 4.4.0
* Update README.md with correct default
* Fix mobile viewport size calculation
* Use polyfilled version for older browsers
* Enforce vh or dvh as fill-available cannot be used in calc()
* 4.4.1
* feat(custom-fields-ugn-master):
* add customFieldsHook into RsiProps: Runs on Match Columns step for each column when their state did change. Used to define custom fields with keys that are can be generated only from csv column header.
* implement customFieldsHook logic
* add dropDownLabel into Field - UI-facing label for dropdown option
* feat/custom-fields-hive
- revert MatchIcon changes
- more generic example of custom fields
- mergeCustomFields - add custom fields to end of fields array
* feat/custom-fields-hive
- revert MatchIcon changes
- more generic example of custom fields
- mergeCustomFields - add custom fields to end of fields array
---------
Co-authored-by: Yo1L <15970286+Yo1L@users.noreply.github.com>
Co-authored-by: Karolis Masiulis <karolis.masiulis@ugnis.com>
Co-authored-by: Harry Bragg <h.bragg+dev@gmail.com>
0 commit comments