From 4ad533c456b42cddf38a43923fe79bb6d703631e Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Fri, 10 May 2024 09:20:34 +0200 Subject: [PATCH] Update input.lite.tsx --- packages/components/src/components/input/input.lite.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/src/components/input/input.lite.tsx b/packages/components/src/components/input/input.lite.tsx index 1af6fa70a86..e3e929ede32 100644 --- a/packages/components/src/components/input/input.lite.tsx +++ b/packages/components/src/components/input/input.lite.tsx @@ -38,7 +38,7 @@ export default function DBInput(props: DBInputProps) { _messageId: this._id + DEFAULT_MESSAGE_ID_SUFFIX, _validMessageId: this._id + DEFAULT_VALID_MESSAGE_ID_SUFFIX, _invalidMessageId: this._id + DEFAULT_INVALID_MESSAGE_ID_SUFFIX, - _dataListId: `datalist-` + uuid(), + _dataListId: 'datalist-' + uuid(), // Workaround for Vue output: TS for Vue would think that it could be a function, and by this we clarify that it's a string _descByIds: `${this._messageId}`, defaultValues: {