Skip to content

Commit

Permalink
correct description of text field (#2816)
Browse files Browse the repository at this point in the history
'text' component can provide single or multiline input. So the
description at the index was incomplete.
  • Loading branch information
mcm1957 authored Nov 16, 2024
1 parent 345dc9e commit 3decc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jsonConfig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ You can install it via GitHub icon in admin by entering `iobroker.jsonconfig-dem
- [**`coordinates`:**](#coordinates) Determines current location and used `system.config` coordinates if not possible in form "latitude,longitude"
- [**`table`:**](#table) Table with rows that can be added, deleted, or reordered
- [**`tabs`:**](#tabs) Tabs with items
- [**`text`:**](#text) Single-line text input field
- [**`text`:**](#text) Single- or multi-line text input field
- [**`textSendTo`:**](#textsendto) Shows readonly control with the given from the instance values.
- [**`timePicker`:**](#timepicker) Allows users to select a time
- [**`user`:**](#user) Selects a user from the `system.user` list
Expand Down

0 comments on commit 3decc54

Please sign in to comment.