Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #562 from egovernments/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
rahuldevgarg authored Sep 11, 2023
2 parents 11df151 + 17bfeda commit e8f2c4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ class _ExpenseDetailsState extends State<ExpenseDetails> {
textInputType: TextInputType.number,
inputFormatter: [
FilteringTextInputFormatter.allow(
RegExp(r"^[1-9]\d{5}$"))
RegExp(r"^[1-9][0-9]{0,5}$"))
],
labelSuffix: '(₹)',
isDisabled: (expenseDetails.allowEdit ?? true)
Expand Down

0 comments on commit e8f2c4e

Please sign in to comment.