You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
validatorNoSaveOnError
seems to be missing completly
validator, validatorErrorText, validatorNoSaveOnError
seems to be missing at table elements (item array of table). Validator is working, so the schema seems to be incorrect. As validatorErrorText does not seem to work the schema might be correct - in this case schema.md at admin is incorrect
default, hidden
seem to be missing at table elements (item array of table).
options
seems to be missing at table elements (item array of table) of type "select".
The text was updated successfully, but these errors were encountered:
In table items, most (all?) type specific definitions seams to be missing.
E.g. for selectSendTo: command, data, jsonData, defaultFunc, noTranslation are missing.
noMultiEdit is missing completely.
maxLength for type text is missing.
The defaultFunc and onChange object syntax seams to be missing completely. This is used e.g. in linkeddevices here and here for example.
I linked https://raw.githubusercontent.com/ioBroker/adapter-react/master/schemas/jsonConfig.json to vsCode. vsCode reports the erros whcih seem to be due to missing definitions in schema:
validatorNoSaveOnError
seems to be missing completly
validator, validatorErrorText, validatorNoSaveOnError
seems to be missing at table elements (item array of table). Validator is working, so the schema seems to be incorrect. As validatorErrorText does not seem to work the schema might be correct - in this case schema.md at admin is incorrect
default, hidden
seem to be missing at table elements (item array of table).
options
seems to be missing at table elements (item array of table) of type "select".
The text was updated successfully, but these errors were encountered: