We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug some of classNames do not allow space
To Reproduce Steps to reproduce the behavior:
classNames: { containerOuter: "choices ", containerInner: "choices__inner ", input: "choices__input", // does not allow spaces inputCloned: "choices__input--cloned ", list: "choices__list", // does not allow spaces listItems: "choices__list--multiple ", listSingle: "choices__list--single ", listDropdown: "choices__list--dropdown", // does not allow spaces item: "choices__item ", itemSelectable: "choices__item--selectable", // does not allow spaces itemDisabled: "choices__item--disabled ", itemChoice: "choices__item--choice ", placeholder: "choices__placeholder", // does not allow spaces group: "choices__group" , groupHeading: "choices__heading ", button: "choices__button ", activeState: "is-active ", focusState: "is-focused ", openState: "is-open ", disabledState: "is-disabled", // does not allow spaces highlightedState: "is-highlighted", // does not allow spaces selectedState: "is-selected", // does not allow spaces flippedState: "is-flipped ", loadingState: "is-loading", // does not allow spaces noResults: "has-no-results ", noChoices: "has-no-choices ", },
Expected behavior Accepts the added classes without errors
Screenshots
Desktop (please complete the following information):
Additional context This was already raised before but I can't find anything that fixed the issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
some of classNames do not allow space
To Reproduce
Steps to reproduce the behavior:
classNames: { containerOuter: "choices ", containerInner: "choices__inner ", input: "choices__input", // does not allow spaces inputCloned: "choices__input--cloned ", list: "choices__list", // does not allow spaces listItems: "choices__list--multiple ", listSingle: "choices__list--single ", listDropdown: "choices__list--dropdown", // does not allow spaces item: "choices__item ", itemSelectable: "choices__item--selectable", // does not allow spaces itemDisabled: "choices__item--disabled ", itemChoice: "choices__item--choice ", placeholder: "choices__placeholder", // does not allow spaces group: "choices__group" , groupHeading: "choices__heading ", button: "choices__button ", activeState: "is-active ", focusState: "is-focused ", openState: "is-open ", disabledState: "is-disabled", // does not allow spaces highlightedState: "is-highlighted", // does not allow spaces selectedState: "is-selected", // does not allow spaces flippedState: "is-flipped ", loadingState: "is-loading", // does not allow spaces noResults: "has-no-results ", noChoices: "has-no-choices ", },
Expected behavior
Accepts the added classes without errors
Screenshots
![image](https://private-user-images.githubusercontent.com/25910156/243479392-bdf32230-fc45-457c-aaaf-87fa331e5835.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1ODg1ODAsIm5iZiI6MTczOTU4ODI4MCwicGF0aCI6Ii8yNTkxMDE1Ni8yNDM0NzkzOTItYmRmMzIyMzAtZmM0NS00NTdjLWFhYWYtODdmYTMzMWU1ODM1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDAyNTgwMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTkzODAxYmVhNjQ0Yjg3ZjY5N2VjZDc5YThkZmYyNzUwY2IxMzM1YTI0YjI0MzdhMTBkYzk2MDY5ODczNzM3ZGImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.WyQ1BwXLAGUxNYPWFUv-lhz-VwyIR1dl5M_KHUm371w)
Desktop (please complete the following information):
Additional context
This was already raised before but I can't find anything that fixed the issue.
The text was updated successfully, but these errors were encountered: