Skip to content

Conversation

rvsia
Copy link
Contributor

@rvsia rvsia commented Sep 10, 2021

Fixes #1118

Schema (try in PF4 mapper)

                schema={{
                    fields: [
                      {
                        component: 'select',
                        label: 'Select',
                        name: 'select',
                        isSearchable: true,
                        options: [{label: '111', value: 1 }],
                        noValueUpdates: true,
                        simpleValue: true,
                        isClearable: true,
                        isMulti: true
                      }
                    ]
                  }}

@rvsia rvsia added bug Something isn't working common labels Sep 10, 2021
@rvsia rvsia requested a review from Hyperkid123 September 10, 2021 15:05
@DataDrivenFormsBot
Copy link

A new version (fix) will be released: v3.12.1 [DataDrivenFormsBot]

@codecov
Copy link

codecov bot commented Sep 10, 2021

Codecov Report

Merging #1119 (602e87f) into master (f3872c0) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1119   +/-   ##
=======================================
  Coverage   94.90%   94.90%           
=======================================
  Files         205      205           
  Lines        3512     3512           
  Branches     1214     1214           
=======================================
  Hits         3333     3333           
  Misses        179      179           
Impacted Files Coverage Δ
packages/common/src/select/select.js 97.50% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f3872c0...602e87f. Read the comment docs.

@Hyperkid123 Hyperkid123 merged commit e40f89e into data-driven-forms:master Sep 13, 2021
@rvsia rvsia deleted the fixClearOptions branch October 12, 2021 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working common released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PF4 select multi async isClearable returns an error on clear all
3 participants