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

Rich Select multiple placeholder not rendering #271

Open
msslgomez opened this issue May 2, 2023 · 0 comments
Open

Rich Select multiple placeholder not rendering #271

msslgomez opened this issue May 2, 2023 · 0 comments

Comments

@msslgomez
Copy link

I've noticed this behavior on and off, usually when I'm updating a form. What happens is that the placeholder doesn't load but the data is correct and if I click to open the select the data is actually selected but the placeholder shows like if nothing was selected.

image

This is how it looks when it works correctly

image

This is how I'm using this particular select where user_roles is a simple array with a value and label.

<t-rich-select :value="form.user_roles" multiple :close-on-select="false" placeholder="Seleccionar Roles de Usuario" :options="user_roles"/>

What could be causing this, is there something that I missed?

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

No branches or pull requests

1 participant