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

Options are not applied in a multiple SelectBone with Integer value keys #11

Closed
sveneberth opened this issue Nov 29, 2023 · 3 comments
Closed
Assignees
Labels
bug Something isn't working Priority: Critical This should be dealt with ASAP. It's blocking someone.

Comments

@sveneberth
Copy link
Member

I've a SelectBone like

zip_code = SelectBone(
    descr="my bone",
    multiple=True,
    values={
        i: f"{i}****" for i in range(0, 10)
    }
)

The popup contains the keys, but after i select one, it doesn't appear in the input field above
image

@sveneberth sveneberth added Priority: Critical This should be dealt with ASAP. It's blocking someone. bug Something isn't working labels Nov 29, 2023
@akelch
Copy link
Member

akelch commented Nov 30, 2023

Seams to be fixed in v.4.0.20
image

@akelch akelch closed this as completed Nov 30, 2023
@sveneberth
Copy link
Member Author

Still not working for me

@sveneberth sveneberth reopened this Dec 1, 2023
@akelch
Copy link
Member

akelch commented Dec 14, 2023

ok will be fixed in the next version: viur-framework/vi-vue-utils@509dc52

@akelch akelch closed this as completed Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Priority: Critical This should be dealt with ASAP. It's blocking someone.
Projects
None yet
Development

No branches or pull requests

2 participants