add help to input field

This commit is contained in:
Maren Süwer
2018-10-02 09:43:41 +02:00
parent 8eb2c273ca
commit 829583bdd0
4 changed files with 33 additions and 16 deletions

View File

@@ -41,6 +41,7 @@ class GeneralSettings extends React.Component<Props> {
onChange={this.handleRealmDescriptionChange}
value={realmDescription}
disabled={!hasUpdatePermission}
helpText={"hallo"}
/>
<InputField
label={t("general-settings.date-format")}