@motopays/pay-form 1.0.14-rc.0 → 1.0.14-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -153,7 +153,7 @@ declare module "@motopays/pay-form/pay";
153
153
  | requiredFieldsBehavior | IRequiredFieldsBehavior | Configuration of the display of required fields for the user to manage the user's focus on them |
154
154
  | requiredFieldsBehavior.showStars | boolean | Show the stars on labels of required fields |
155
155
  | requiredFieldsBehavior.disableButtonUntilCorrect | boolean | If true, the payment buttons remain disabled until the user fills in all the required fields. If false, then when one of the buttons is pressed (the buttons are enabled), the required fields will be marked as invalid (red color) for the user |
156
- | requiredFieldsBehavior.markAsInvalidUntilCorrect | boolean | If true, then all unfilled or incorrectly filled required fields will initially appear as invalid (red color) to the user until they are filled. If the value is false, the required fields will only be shown as invalid in the event that the user presses the payment button when the buttons are enabled |
156
+ | requiredFieldsBehavior.markAsInvalidUntilCorrect | boolean | If true, then all unfilled or incorrectly filled required fields will initially appear as invalid (red color) to the user until they are filled and correct. If the value is false, the required fields will only be shown as invalid in the event that the user presses the payment button when the buttons are enabled |
157
157
 
158
158
 
159
159
  ILink interface: