0
hothsv created
- ABP Framework version: v7.3.2
- UI Type: Blazor Server
- Database System: EF Core (SQL Server,)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
- Exception message and full stack trace:
- Steps to reproduce the issue:
We have been using the blazorize text edit control for some time (with regex validation) and for some reason it is now not working. We have a regex that allows for adding -100.00 so that a customer can get a discount for example.
Interesting it has stopped workng and we are not sure when it was only just raised
<TextEdit MaskType="MaskType.RegEx" EditMask="^-?[0-9]\d*(.\d+)?$" />
Should allow positive and decimal numbers only. Testing on https://regex101.com/ and it works.
Please advise
2 Answer(s)
-
0
Hi,
You can create an issue in Blazorise https://github.com/Megabit/Blazorise/issues/new/choose
-
0
I refunded your ticket.