Skip to content

Commit

Permalink
docs(DrawerList): renamse fixedPosition to fixed_position (#2093)
Browse files Browse the repository at this point in the history
  • Loading branch information
langz authored and joakbjerk committed Mar 27, 2023
1 parent 3396084 commit aca52d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ showTabs: true
| `prevent_close` | _(optional)_ If set to `true`, the DrawerList will not close on any events. Defaults to `false`. |
| `keep_open` | _(optional)_ If set to `true`, the DrawerList will close on outside clicks, but not on selection. Defaults to `false`. |
| `independent_width` | _(optional)_ If set to `true`, the DrawerList will handle it's width and position handling independent to the parent/mother element. Defaults to `false`. |
| `fixedPosition` | _(optional)_ If set to `true`, the DrawerList will be fixed in it's scroll position by using CSS `position: fixed;`. Defaults to `false`. |
| `fixed_position` | _(optional)_ If set to `true`, the DrawerList will be fixed in it's scroll position by using CSS `position: fixed;`. Defaults to `false`. |
| `enable_body_lock` | _(optional)_ If set to `true`, the HTML body will get locked from scrolling when the Dropdown is open. Defaults to `false`. |
| `skip_keysearch` | _(optional)_ If set to `true`, search items by the first key will be ignored. Defaults to `false`. |
| `ignore_events` | _(optional)_ If set to `true`, all keyboard and mouse events will be ignored. Defaults to `false`. |
Expand Down

0 comments on commit aca52d7

Please sign in to comment.