Skip to content

Issue#129: Clean data after onChange between oneOf#11

Merged
saicheck2233 merged 1 commit intomasterfrom
issue#129
Jul 11, 2023
Merged

Issue#129: Clean data after onChange between oneOf#11
saicheck2233 merged 1 commit intomasterfrom
issue#129

Conversation

@saicheck2233
Copy link
Copy Markdown
Owner

Link: Issue#129

Description: When you select one of the dropdown from the oneOf2, key in some value and select the default empty value in the dropdown, the value is still saved in the container.
For example, select [An object] from the oneOf example and then select []. When you click getData(), the values are still stored in the container.
This kind of situation will mismatch the function getData().
For example select [A multiple of 3] and fill with number 3. The getData() will get the value 3.
However, when you select [] and repeat the function getData(), it will still get the value 3.

Pic before changes:
image
Select “A multiple of 3” and key in a number, clicking getData() it would return the value of it.

image
Select the empty selection and click getData(), it would still return the value “3”.

Pic after changes:
image
Select “A multiple of 3” and key in a number, clicking getData() it would return the value of it.

image
Select the empty selection and click getData() will now show null.

@saicheck2233 saicheck2233 merged commit 235f79d into master Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants