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(ui): QSelect missing classes that show up as "[object Object]" #11311

Merged
merged 4 commits into from Nov 13, 2021

Conversation

hawkeye64
Copy link
Member

QSelect is missing many classes that come from computed:

missing:

      fieldClass: computed(() =>
        `q-select q-field--auto-height q-select--with${ props.useInput !== true ? 'out' : '' }-input`
        + ` q-select--with${ props.useChips !== true ? 'out' : '' }-chips`
        + ` q-select--${ props.multiple === true ? 'multiple' : 'single' }`
      ),

@hawkeye64 hawkeye64 closed this Nov 12, 2021
@hawkeye64 hawkeye64 deleted the fix/qselect branch November 12, 2021 23:21
@hawkeye64 hawkeye64 restored the fix/qselect branch November 12, 2021 23:39
@hawkeye64 hawkeye64 reopened this Nov 12, 2021
@rstoenescu rstoenescu merged commit 0b7939f into quasarframework:dev Nov 13, 2021
@hawkeye64 hawkeye64 deleted the fix/qselect branch November 13, 2021 16:41
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.

None yet

2 participants