Skip to content
This repository was archived by the owner on Aug 28, 2022. It is now read-only.

Conversation

@Okipa
Copy link
Owner

@Okipa Okipa commented Nov 26, 2019

  • Changed signature of ->displaySuccess() form components to public function displaySuccess(?bool $displaySuccess = true): self.
  • Changed signature of ->displayFailure() form components to public function displayFailure(?bool $displayFailure = true): self.
  • Calling ->displaySuccess() does not have an incidence on the is-valid class application : if set to false, the is-valid class will not be added even if the form is in success.
  • Calling ->displayFailure() does not have an incidence on the is-invalid class application : if set to false, the is-invalid class will not be added even if the form is in failure.

@Okipa Okipa merged commit da028de into master Nov 26, 2019
@Okipa Okipa deleted the 1.0.10 branch December 27, 2019 14:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants