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

fix(ui5-multi-combobox): adjust open property handling #7763

Merged
merged 4 commits into from
Nov 30, 2023

Conversation

nikoletavnv
Copy link
Member

Change MultiComboBox property "open" to be private and expose a getter.

Currently the property is documented as @readonly but it still can be modified. So a new private property "_open" is created and a getter named "open" returns its value.

@niyap niyap marked this pull request as ready for review October 31, 2023 09:37
@niyap niyap changed the title WIP: fix(ui5-multi-combobox): change property open fix(ui5-multi-combobox): adjust open property handling Oct 31, 2023
@github-actions github-actions bot added the Stale label Nov 22, 2023
@github-actions github-actions bot removed the Stale label Nov 29, 2023
@nnaydenow nnaydenow merged commit bb2ecfc into main Nov 30, 2023
6 checks passed
@nnaydenow nnaydenow deleted the multicombobox-open branch November 30, 2023 13:39
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.

4 participants