diff --git a/awx/ui_next/src/components/FormField/FormField.jsx b/awx/ui_next/src/components/FormField/FormField.jsx
index 0efa21887a..68aab35976 100644
--- a/awx/ui_next/src/components/FormField/FormField.jsx
+++ b/awx/ui_next/src/components/FormField/FormField.jsx
@@ -31,8 +31,10 @@ function FormField(props) {
isRequired={isRequired}
validated={isValid ? 'default' : 'error'}
label={label}
+ labelIcon={
+
+ }
>
-
+ }
>
-
{
return (
+ }
isRequired
fieldId="inventory-lookup"
validated={
@@ -32,9 +39,6 @@ const InventoryLookupField = withI18n()(({ i18n, host }) => {
}
helperTextInvalid={inventoryMeta.error}
>
-
inventoryHelpers.setTouched()}
diff --git a/awx/ui_next/src/components/LaunchPrompt/steps/OtherPromptsStep.jsx b/awx/ui_next/src/components/LaunchPrompt/steps/OtherPromptsStep.jsx
index 02dc8c54b4..91ec37a68c 100644
--- a/awx/ui_next/src/components/LaunchPrompt/steps/OtherPromptsStep.jsx
+++ b/awx/ui_next/src/components/LaunchPrompt/steps/OtherPromptsStep.jsx
@@ -101,13 +101,15 @@ function JobTypeField({ i18n }) {
-
+ />
+ }
+ validated={isValid ? 'default' : 'error'}
+ >
-
+ />
+ }
+ >
-
+ }
+ >
);
diff --git a/awx/ui_next/src/components/LaunchPrompt/steps/SurveyStep.jsx b/awx/ui_next/src/components/LaunchPrompt/steps/SurveyStep.jsx
index aaaf0bbbee..c3b0b79c5e 100644
--- a/awx/ui_next/src/components/LaunchPrompt/steps/SurveyStep.jsx
+++ b/awx/ui_next/src/components/LaunchPrompt/steps/SurveyStep.jsx
@@ -98,8 +98,8 @@ function MultipleChoiceField({ question }) {
isRequired={question.required}
validated={isValid ? 'default' : 'error'}
label={question.question_name}
+ labelIcon={}
>
-
}
>
-
}
helperTextInvalid={helperTextInvalid}
>
- {tooltip && }
}
fieldId="org-instance-groups"
>
- {tooltip && }
}
>
- {tooltip && }
+ }
>
-
+ }
>
-
+ )
+ }
isRequired={isRequired}
isValid={!(meta.touched && meta.error)}
>
- {fieldOptions.help_text && (
-
- )}
+ )
+ }
isRequired={isRequired}
isValid={isValid}
>
- {fieldOptions.help_text && (
-
- )}
+ )
+ }
>
- {fieldOptions.help_text && (
-
- )}
)}
diff --git a/awx/ui_next/src/screens/Inventory/shared/InventorySourceForm.jsx b/awx/ui_next/src/screens/Inventory/shared/InventorySourceForm.jsx
index 73dec8877f..3ffe3aa06e 100644
--- a/awx/ui_next/src/screens/Inventory/shared/InventorySourceForm.jsx
+++ b/awx/ui_next/src/screens/Inventory/shared/InventorySourceForm.jsx
@@ -143,12 +143,14 @@ const InventorySourceFormFields = ({ sourceOptions, i18n }) => {
-
+ />
+ }
+ >
{
}
isRequired
label={i18n._(t`Inventory file`)}
- >
-
+ />
+ }
+ >
{
helperTextInvalid={meta.error}
validated="default"
label={i18n._(t`Regions`)}
+ labelIcon={
+
+ Click on the regions field to see a list of regions for your cloud
+ provider. You can select multiple regions, or choose
+ All to include all regions. Only Hosts associated with
+ the selected regions will be updated.
+
+ }
+ />
+ }
>
-
- Click on the regions field to see a list of regions for your cloud
- provider. You can select multiple regions, or choose
- All to include all regions. Only Hosts associated with the
- selected regions will be updated.
-
- }
- />