Merge pull request #808 from Safelite/CSR-906-add-updated-textbox-to-page-for-testing
Add rounded corners and search icon for testing only.
This commit is contained in:
commit
4a0c6d4f84
1 changed files with 4 additions and 0 deletions
|
|
@ -10,7 +10,11 @@
|
|||
<div class="fade-on-route-transition sub-container make-tall">
|
||||
<div class="row mt-2">
|
||||
<div class="col">
|
||||
<!-- includeSearchIcon and questionAlignment, placeholderText for testing only. Remove after testing. -->
|
||||
<textboxQuestion
|
||||
includeSearchIcon
|
||||
questionAlignment="center"
|
||||
placeholderText="Styled for testing only"
|
||||
cmsWidgetName="VinNumberQuestionWidget"
|
||||
v-model="vin"
|
||||
inputId="vin"
|
||||
|
|
|
|||
Loading…
Reference in a new issue