mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 09:52:35 +00:00
Fixed #5273 - InputIcon class support & InputField style updates
This commit is contained in:
parent
88d0c52e5f
commit
40eda9de88
81 changed files with 1566 additions and 2007 deletions
|
@ -6,6 +6,9 @@ export default {
|
|||
name: 'BaseInputIcon',
|
||||
extends: BaseComponent,
|
||||
style: InputIconStyle,
|
||||
props: {
|
||||
class: null
|
||||
},
|
||||
provide() {
|
||||
return {
|
||||
$parentInstance: this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue