removed new feature

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2023-08-09 14:07:39 -05:00
parent 91a1acd7f6
commit 46f29472ef

View File

@ -89,7 +89,8 @@ class BadgeIndicatorViewController: BaseViewController<BadgeIndicator> {
dotForm.addFormRow(label: "Hide Dot", view: hideDotSwitch)
dotForm.addFormRow(label: "Dot Size", view: dotSizeTextField)
numberedForm.addFormRow(label: "Leading Character", view: leadingCharacterTextField)
numberedForm.addFormRow(label: "Trailing Text", view: trailingTextField)
//Since not all of the updated specs from 7/13 & 7/18 are done, remove this for now
// numberedForm.addFormRow(label: "Trailing Text", view: trailingTextField)
numberedForm.addFormRow(label: "Number", view: textField)
numberedForm.addFormRow(label: "Max Digits", view: maxDigitsPickerSelectorView)
append(section: numberedForm)