Make TextInput label real, add aria-label to icon buttons
This commit is contained in:
parent
9581a63e81
commit
4b8491cf99
7 changed files with 124 additions and 97 deletions
|
@ -108,6 +108,7 @@ class Connect extends Component {
|
|||
noError
|
||||
/>
|
||||
<Checkbox
|
||||
classNameLabel="connect-form-ssl"
|
||||
name="tls"
|
||||
label="SSL"
|
||||
topLabel
|
||||
|
@ -122,6 +123,7 @@ class Connect extends Component {
|
|||
<Button
|
||||
className="connect-form-button-optionals"
|
||||
icon={FiMoreHorizontal}
|
||||
aria-label="Show more"
|
||||
onClick={this.handleShowClick}
|
||||
/>
|
||||
<Button type="submit">Connect</Button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue