diff --git a/bundles/org.openhab.ui/doc/components/oh-input-card.md b/bundles/org.openhab.ui/doc/components/oh-input-card.md
index c74fe0f865..ec5997092b 100644
--- a/bundles/org.openhab.ui/doc/components/oh-input-card.md
+++ b/bundles/org.openhab.ui/doc/components/oh-input-card.md
@@ -67,7 +67,7 @@ Display an input in a card
- Type of input (see f7 input docs, date
or datepicker
)
+ Type of input (see f7 input docs, time
, date
or datepicker
)
diff --git a/bundles/org.openhab.ui/doc/components/oh-input-item.md b/bundles/org.openhab.ui/doc/components/oh-input-item.md
index dbfee067ed..d08ef81018 100644
--- a/bundles/org.openhab.ui/doc/components/oh-input-item.md
+++ b/bundles/org.openhab.ui/doc/components/oh-input-item.md
@@ -72,7 +72,7 @@ Display an input field in a list
- Type of input (see f7 input docs, date
or datepicker
)
+ Type of input (see f7 input docs, time
, date
or datepicker
)
diff --git a/bundles/org.openhab.ui/doc/components/oh-input.md b/bundles/org.openhab.ui/doc/components/oh-input.md
index fce29358f6..2a6ca0d24e 100644
--- a/bundles/org.openhab.ui/doc/components/oh-input.md
+++ b/bundles/org.openhab.ui/doc/components/oh-input.md
@@ -35,7 +35,7 @@ Displays an input field, used to set a variable
- Type of input (see f7 input docs, date
or datepicker
)
+ Type of input (see f7 input docs, time
, date
or datepicker
)
diff --git a/bundles/org.openhab.ui/web/src/assets/definitions/widgets/system/input.js b/bundles/org.openhab.ui/web/src/assets/definitions/widgets/system/input.js
index ff250216f6..2672d133e1 100644
--- a/bundles/org.openhab.ui/web/src/assets/definitions/widgets/system/input.js
+++ b/bundles/org.openhab.ui/web/src/assets/definitions/widgets/system/input.js
@@ -2,7 +2,7 @@ import { pi, pb, pt, pd } from '../helpers.js'
export default () => [
pt('name', 'Name', 'Input name'),
- pt('type', 'Type', 'Type of input (see f7 input docs, date
or datepicker
)'),
+ pt('type', 'Type', 'Type of input (see f7 input docs, time
, date
or datepicker
)'),
pt('inputmode', 'Input Mode', 'Type of data that might be entered (see MDN docs)'),
pt('placeholder', 'Placeholder', 'Placeholder text'),
pb('sendButton', 'Send button', 'Display Send button to update the state with a command (needs a configured item)'),
diff --git a/bundles/org.openhab.ui/web/src/components/widgets/system/oh-input.vue b/bundles/org.openhab.ui/web/src/components/widgets/system/oh-input.vue
index 8f715971bd..fe79dd9e93 100644
--- a/bundles/org.openhab.ui/web/src/components/widgets/system/oh-input.vue
+++ b/bundles/org.openhab.ui/web/src/components/widgets/system/oh-input.vue
@@ -8,7 +8,7 @@
- updated($evt.target.value)" :change="updated" @calendar:change="updated" @texteditor:change="updated" @colorpicker:change="updated">