You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Defining a
doubleClickItem
property in the options hash for a model-picker form field causes an error.The
form-field-options
mixin tries to usedefineProperty
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.
The text was updated successfully, but these errors were encountered: