Skip to content

Commit

Permalink
Merge pull request #651 from dinukadesilva/gh-646-setting-max-length-…
Browse files Browse the repository at this point in the history
…for-non-numeric-text-fields

gh-646: Setting a max length of 100 to all the non numeric text fields
  • Loading branch information
dinukadesilva authored Jun 23, 2020
2 parents e2cb6f0 + b8d8709 commit 0aac671
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ export default function TallySheetEdit_PE_27({history, queryString, election, ta
style: {
height: '10px'
},
maxLength: 100
}}
/>
</TableCell>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ export default function TallySheetEdit_PE_4({history, queryString, election, tal
style: {
height: '10px'
},
maxLength: 100
}}
/>
</TableCell>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ export default function TallySheetEdit_PRE_41({history, election, tallySheet, me
style: {
height: '10px'
},
maxLength: 100
}}
/>
</TableCell>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ export default function TallySheetEdit_CE_201_PV({history, queryString, election
style: {
height: '10px'
},
maxLength: 100
}}
/>
</TableCell>
Expand Down Expand Up @@ -546,6 +547,7 @@ export default function TallySheetEdit_CE_201_PV({history, queryString, election
style: {
height: '10px'
},
maxLength: 100
}}
/>
</TableCell>
Expand Down

0 comments on commit 0aac671

Please sign in to comment.