Luis Fernando de Souza Santos
Luis Fernando de Souza Santos
I would love that too.
I suspect the bug has something to do with the `$('.selectpicker').selectpicker('refresh');` command.
[Here is a stackblitz to demonstrate the bug](https://stackblitz.com/edit/snapappointments-bootstrap-select-issue-2738?devToolsHeight=33&file=index.html)
> @yankarinRG [commented on #2724:](https://github.com/snapappointments/bootstrap-select/issues/2724#issuecomment-1101540860) > I am also using the workaround of calling selectpicker('destroy') and then selectpicker(), in the meantime of an official bug fix from the author. >...
Here is another sample with this issue: https://plnkr.co/edit/53lQjla5NiVGPuL0?preview
I would like to inform you that I am also being affected by this issue.
@vmtco can you check this, thank you.
Just re-apply the mask inside the event: ``` $("#tstbtn").click(function(){ $("#teste").append('930915'); $(".mask-date").mask("99/99/99"); }); ```
Please read: https://github.com/igorescobar/jQuery-Mask-Plugin/issues/450#issuecomment-253225719
And just below that comment is a possible solution to your problem.