You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm unable to add input attributes to suppress LastPass from putting their icon in this component. With ng-select I could do something like this to add data-lpignore attribute to the resulting input:
[inputAttrs]="{ 'data-lpignore': 'true' }"
This would allow me to suppress this icon that I currently see with this component:
Describe the solution you'd like
If you could supply an attribute to your component that I could set it in a similar fashion, that would be great!
Describe alternatives you've considered
I tried adding it directly but that didn't work, as expected.
Additional context
See above
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'm unable to add input attributes to suppress LastPass from putting their icon in this component. With
ng-select
I could do something like this to adddata-lpignore
attribute to the resulting input:This would allow me to suppress this icon that I currently see with this component:
Describe the solution you'd like
If you could supply an attribute to your component that I could set it in a similar fashion, that would be great!
Describe alternatives you've considered
I tried adding it directly but that didn't work, as expected.
Additional context
See above
The text was updated successfully, but these errors were encountered: