ddlaat
Results
3
comments of
ddlaat
When looking at the code I see that an event is emitted called `input`. So you should be able to catch that event by adding this: ``` ``` And your...
It is done by the `v-model`, but it should contain the textProp and not the valueProp. I think it is more common to set a default by value instead of...
Just add a file to your root with for example the name `vue-msal.d.ts` and add the following line: `declare module 'vue-msal';`