Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/migration/from-v11.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ outline: [2, 4]
- `no-minutes-overlay`
- `no-seconds-overlay`
- `hours-grid-increment`
- `minutes-grid-ncrement`
- `seconds-grid-ncrement`
- `minutes-grid-increment`
- `seconds-grid-increment`
- `time-picker-inline`
- `day-class`
- `esc-close`
Expand Down Expand Up @@ -250,7 +250,7 @@ This prop is now moved under [`filters`](/props/validation/#filters) prop and re
</template>
```

### `enable-time-picker`, `ignore-time-validation`, `enable-seconds`, `enable-minutes`, `is-24`, `no-hours-overlay`, `no-minutes-overlay`, `no-seconds-overlay`, `hours-grid-increment`, `minutes-grid-ncrement`, `seconds-grid-ncrement`, `time-picker-inline`, `start-time`
### `enable-time-picker`, `ignore-time-validation`, `enable-seconds`, `enable-minutes`, `is-24`, `no-hours-overlay`, `no-minutes-overlay`, `no-seconds-overlay`, `hours-grid-increment`, `minutes-grid-increment`, `seconds-grid-increment`, `time-picker-inline`, `start-time`

These props are now grouped under [`time-config`](/props/time-picker-configuration/#time-config) prop. Prop types and names are unchanged.

Expand Down Expand Up @@ -346,4 +346,4 @@ Timezone prop type is changed, and will now only accept `string` value
:week-numbers="{ type: 'iso', label: 'ww' }" // [!code ++]
/>
</template>
```
```
4 changes: 2 additions & 2 deletions docs/props/general-configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ interface FloatingConfig {
}
```

- Default: `{ offset: 10, arrow: true, strategy: undeifned, placement: undefined, flip: true, shift: true }`
- Default: `{ offset: 10, arrow: true, strategy: undefined, placement: undefined, flip: true, shift: true }`

:::info
- `offset` - Offset from the input field
Expand Down Expand Up @@ -1234,4 +1234,4 @@ Removes the month and year picker
}),
}));
};
</script>
</script>