-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Example:
<FormGroup labelText="Append Button" helpText={helpText}>
<InputGroup>
<TextInput />
<TextInput />
<Button>One</Button>
<Button>Two</Button>
</InputGroup>
</FormGroup>Creates:
<div class="form__group">
<label for="id-guid-hpDeUrkpRS" class="control__label">Append Button</label>
<div class="controls">
<div class="input-group has-btn-appended">
<input class="form__control" id="id-guid-hpDeUrkpRS" aria-describedby="help-guid-hpDeUrkpRS" type="text">
<input class="form__control" id="id-guid-hpDeUrkpRS" aria-describedby="help-guid-hpDeUrkpRS" type="text">
<span class="input-group-btn">
<button class="btn">One</button>
</span>
<span class="input-group-btn">
<button class="btn">Two</button>
</span>
</div>
<span id="help-guid-hpDeUrkpRS" class="help-block">Help text to give more information about expected input</span>
</div>
</div>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working