Skip to content

Commit

Permalink
Update input.lite.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored May 10, 2024
1 parent 524e892 commit 4ad533c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/components/input/input.lite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 4ad533c

Please sign in to comment.