Skip to content

Commit 9fc5e6e

Browse files
committed
docs: update content and examples
1 parent 36f2319 commit 9fc5e6e

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

docs/assets/js/partials/snippets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ export default () => {
695695
locale: 'en-US'
696696
}
697697

698-
new coreui.DateRangePicker(document.getElementById('myDatePickerDisabledDates2'), optionsDatePickerDisabledDates2)
698+
new coreui.DatePicker(document.getElementById('myDatePickerDisabledDates2'), optionsDatePickerDisabledDates2)
699699
}
700700
// js-docs-end date-picker-disabled-dates2
701701

docs/content/forms/autocomplete.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ group: forms
66
toc: true
77
bootstrap: true
88
pro_component: true
9-
preview_component: true
109
---
1110

1211
## Overview

docs/content/forms/otp-input.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ group: forms
66
toc: true
77
bootstrap: true
88
pro_component: true
9-
preview_component: true
109
---
1110

1211
## Example

0 commit comments

Comments
 (0)