Open Closed

Blazorize Text Edit Control with Regex not working #5616


User avatar
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)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    You can create an issue in Blazorise https://github.com/Megabit/Blazorise/issues/new/choose

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    I refunded your ticket.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11