Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Currency input widget - though Regex condition is satisfied, on clicking inside the widget, in deploy mode, error is displayed #17489

Open
1 task done
btsgh opened this issue Oct 11, 2022 · 0 comments
Assignees
Labels
Bug Something isn't working Currency Input Widget Issues related to currency input widget Medium Issues that frustrate users due to poor UX Needs Triaging Needs attention from maintainers to triage Production Widget Property Issues related to adding / modifying widget properties across widgets Widgets & Accelerators Pod Issues related to widgets & Accelerators Widgets Product This label groups issues related to widgets

Comments

@btsgh
Copy link
Collaborator

btsgh commented Oct 11, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Description

When I assign a Regex condition to a currency input widget, though the condition is satisfied, when the app is deployed, on clicking inside the widget, the error message shows up.

Steps To Reproduce

  1. Drag and drop a currency input widget
  2. Assign this Regex to the widget - ^$?(([1-9]\d{0,2}(,\d{3})*)|0)?.\d{1,2}$ (// Decimals required, commas optional)
  3. Check in the canvas and in the preview mode, if the condition is satisfied, the error message is not seen (on clicking inside or outside the widget)
  4. Now deploy the app
  5. Note that here even if the condition is satisfied, on clicking inside the widget, the error message is seen.

CurrencyInputRegex1

CurrencyInputRegex2

CurrencyInputRegex3

Public Sample App

Version

Release

@btsgh btsgh added Bug Something isn't working Needs Triaging Needs attention from maintainers to triage Widget Property Issues related to adding / modifying widget properties across widgets Currency Input Widget Issues related to currency input widget Medium Issues that frustrate users due to poor UX labels Oct 11, 2022
@github-actions github-actions bot added the Widgets Product This label groups issues related to widgets label Oct 11, 2022
@Nikhil-Nandagopal Nikhil-Nandagopal added the Widgets & Accelerators Pod Issues related to widgets & Accelerators label Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Currency Input Widget Issues related to currency input widget Medium Issues that frustrate users due to poor UX Needs Triaging Needs attention from maintainers to triage Production Widget Property Issues related to adding / modifying widget properties across widgets Widgets & Accelerators Pod Issues related to widgets & Accelerators Widgets Product This label groups issues related to widgets
Projects
None yet
Development

No branches or pull requests

6 participants