Merge pull request #262 from Safelite/BRM-code-cleanup
Remove unneeded code.
This commit is contained in:
commit
96b1042d2b
2 changed files with 0 additions and 3 deletions
|
|
@ -20,7 +20,6 @@ export default {
|
||||||
isRequired: Boolean,
|
isRequired: Boolean,
|
||||||
hasIcon: Boolean,// If input has an icon
|
hasIcon: Boolean,// If input has an icon
|
||||||
iconRight: Boolean,// Place icon on right side of text input, otherwise default is left if hasIcon prop is used
|
iconRight: Boolean,// Place icon on right side of text input, otherwise default is left if hasIcon prop is used
|
||||||
iconURL: String,
|
|
||||||
hasError: Boolean,
|
hasError: Boolean,
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,6 @@
|
||||||
placeholderText="Text Input Label"
|
placeholderText="Text Input Label"
|
||||||
inputID="test-text-input"
|
inputID="test-text-input"
|
||||||
hasIcon
|
hasIcon
|
||||||
imgUrl="~@/assets/img/icons/spinner.svg"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -46,7 +45,6 @@
|
||||||
inputID="test-text-input"
|
inputID="test-text-input"
|
||||||
hasIcon
|
hasIcon
|
||||||
iconRight
|
iconRight
|
||||||
imgUrl="~@/assets/img/icons/spinner.svg"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue