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: data collection shouldn't render label as html by default #86

Merged
merged 1 commit into from
Jun 28, 2023

Conversation

ghiscoding
Copy link
Owner

  • when using data option to provide a collection of data, we should only render when renderOptionLabelAsHtml or useSelectOptionLabelToHtml is enabled, otherwise we should display same text input (html encoded instead of being rendered as html)

- when using `data` option to provide a collection of data, we should only render when `renderOptionLabelAsHtml` or `useSelectOptionLabelToHtml` is enabled, otherwise we should display same text input (html encoded instead of being rendered as html)
@github-actions
Copy link

🎭 Playwright Summary - Success 🎉

Playwright Report

[email protected] test:e2e /home/runner/work/multiple-select-vanilla/multiple-select-vanilla
playwright test --config playwright/playwright.config.ts

Running 66 tests using 1 worker
··································································
66 passed (1.4m)

@ghiscoding ghiscoding merged commit 50f4652 into main Jun 28, 2023
@ghiscoding ghiscoding deleted the bugfix/option-label-dont-render-html-by-default branch June 28, 2023 19:14
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