From fc1851685ddb1703ed3d1ecc22568836391d695d Mon Sep 17 00:00:00 2001 From: dartcafe Date: Mon, 3 Oct 2022 18:00:08 +0200 Subject: [PATCH] Support inputmode for input fields Signed-off-by: dartcafe --- src/components/NcActionInput/NcActionInput.vue | 11 +++++++++++ src/components/NcInputField/NcInputField.vue | 12 ++++++++++++ 2 files changed, 23 insertions(+) diff --git a/src/components/NcActionInput/NcActionInput.vue b/src/components/NcActionInput/NcActionInput.vue index d57cb99ed4..ddcbc90e7d 100644 --- a/src/components/NcActionInput/NcActionInput.vue +++ b/src/components/NcActionInput/NcActionInput.vue @@ -87,6 +87,7 @@ For the multiselect component, all events will be passed through. Please see the