Skip to content

Router ignores sheet options #4383

@lroal

Description

@lroal

Bug

Routable openIn: 'sheet' opens, but swipeToClose and breakpoints are ignored.

Routes

{
  path: '/alarm/new/',
  component: AlarmEditPage,
  options: {
    openIn: 'sheet',
    sheetOptions: {
      swipeToClose: true,
      backdrop: true,
      breakpoints: [1],
      swipe: true
    }
  }
},

Using v9 with Svelte v5
I have also tried differerent variants of passing the sheetOptions like having them directly on the options.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions