TheCoder4eu / BootsFaces-OSP

BootsFaces - Open Source Project
Apache License 2.0
246 stars 102 forks source link

Check if b:inputText mask supports regexp #920

Closed jepsar closed 6 years ago

jepsar commented 6 years ago

If so, add it to documentation, if not add / fix it.

{ regex: "insertRegExpHere" }

https://github.com/RobinHerbots/Inputmask#via-inputmask-class

https://github.com/TheCoder4eu/BootsFaces-OSP/blob/master/src/main/java/net/bootsfaces/component/inputText/InputTextRenderer.java#L319

https://stackoverflow.com/questions/49107339/how-to-use-arabic-letters-in-bootsfaces-inputtext-mask-and-primefaces-inputmask

jepsar commented 6 years ago

I'll have a look one of these days and provide a PR.

stephanrauh commented 6 years ago

I've tested your PR. It works great! Thanks a lot!

Oh, and I've added the version hint :). It's good that you remembered to mention it!

jepsar commented 6 years ago

@stephanrauh I see you've used 1.2.1 in the showcase, but added 1.5.0 as a milestone here. Which one is correct?

stephanrauh commented 6 years ago

I don't know :). Until now, the next release looks focuses on bug fixes, so it's probably going to be a 1.2.1. But we haven't talked about it yet.