Skip to content

Commit

Permalink
gh-646: Setting a max length of 100 to all the non numeric text fields
Browse files Browse the repository at this point in the history
  • Loading branch information
dinukadesilva committed Jun 23, 2020
1 parent e2cb6f0 commit b8d8709
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 b8d8709

Please sign in to comment.