Skip to content

Resizable options no longer working with ember hash helper Object.create(null) #1195

@btecu

Description

@btecu

After upgrading from 0.6.0 to 1.x, looks like setting the resizable options is no longer an option.
Using yahoo/ember-gridstack, although I suspect the issue is not with the addon but GridStack itself.

Here is how being invoked:

<GridStack @options={{hash resizable=(hash handles="e")}}>
  // items here
</GridStack>

Here is GridStack being initialized in the addon:
image

The error is not very useful:
image

If I remove resizable it works fine, except I can't change the handles value.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions