Merge pull request #256 from Safelite/BRM-textinput-question-update
Update label text for clarity.
This commit is contained in:
commit
b2c0676598
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@
|
||||||
<h6 class="my-4">With icon aligned left</h6>
|
<h6 class="my-4">With icon aligned left</h6>
|
||||||
<textboxQuestion
|
<textboxQuestion
|
||||||
labelText="Text Input Label"
|
labelText="Text Input Label"
|
||||||
placeholderText="Disabled"
|
placeholderText="Text Input Label"
|
||||||
inputID="test-text-input"
|
inputID="test-text-input"
|
||||||
hasIcon
|
hasIcon
|
||||||
imgUrl="~@/assets/img/icons/spinner.svg"
|
imgUrl="~@/assets/img/icons/spinner.svg"
|
||||||
|
|
@ -42,7 +42,7 @@
|
||||||
<h6 class="my-4">With icon aligned right</h6>
|
<h6 class="my-4">With icon aligned right</h6>
|
||||||
<textboxQuestion
|
<textboxQuestion
|
||||||
labelText="Text Input Label"
|
labelText="Text Input Label"
|
||||||
placeholderText="Disabled"
|
placeholderText="Text Input Label"
|
||||||
inputID="test-text-input"
|
inputID="test-text-input"
|
||||||
hasIcon
|
hasIcon
|
||||||
iconRight
|
iconRight
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue