FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(form): update text in form component by jessiehuff · Pull Request #2352 · patternfly/patternfly-react · GitHub

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .md  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class SimpleForm extends React.Component {
return (
<Form>
<FormGroup
label="Required Name"
label="Name"
isRequired
fieldId="simple-form-name"
helperText="Please provide your full name"
Expand All @@ -75,7 +75,7 @@ class SimpleForm extends React.Component {
onChange={this.handleTextInputChange1}
/>
</FormGroup>
<FormGroup label="Required Email" isRequired fieldId="simple-form-email">
<FormGroup label="Email" isRequired fieldId="simple-form-email">
<TextInput
isRequired
type="email"
Expand All @@ -96,7 +96,7 @@ class SimpleForm extends React.Component {
onChange={this.handleTextInputChange3}
/>
</FormGroup>
<FormGroup isInline label="required How can we contact you?" isRequired fieldId="inline-radio1">
<FormGroup isInline label="How can we contact you?" isRequired fieldId="inline-radio1">
<Radio id="inlineradio1" name="inlineradios" label="Email" aria-label="Email" />
<Radio id="inlineradio2" name="inlineradios" label="Phone" aria-label="Phone" />
<Radio
Expand Down Expand Up @@ -176,7 +176,7 @@ class HorizontalForm extends React.Component {
return (
<Form isHorizontal>
<FormGroup
label="Required Name"
label="Name"
isRequired
fieldId="horizontal-form-name"
helperText="Please provide your full name"
Expand Down

Back | FazBrowse Home | New Git URL