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

model-picker: can't define doubleClickItem #94

Open
Haz901 opened this issue Jun 28, 2019 · 0 comments
Open

model-picker: can't define doubleClickItem #94

Haz901 opened this issue Jun 28, 2019 · 0 comments

Comments

@Haz901
Copy link
Collaborator

Haz901 commented Jun 28, 2019

Defining a doubleClickItem property in the options hash for a model-picker form field causes an error.

The form-field-options mixin tries to use defineProperty to define it, but that can only be done once, which means it breaks whenever any attribute changes (cannot redefine doubleClickItem on component)

Also, the function is never made into an action, which means it can't be called.

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