Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jul 11, 2023
Merged

Conversation

saicheck2233
Copy link
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