We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<InputDate onChange={this._onChangeDateRatt} value={dateRattForm} error={errorRatt} format={format} label={translate('contrat.dateRattachement')} />
if I chose a value, _onChangeDateRatt is called but not when i empty the value.
_onChangeDateRatt should be called whenever the value changes
Focus-core: 2.1.1 Focus-components: 2.1.4
The text was updated successfully, but these errors were encountered:
Fixed in 2.1.7
Sorry, something went wrong.
Hartorn
No branches or pull requests
<InputDate onChange={this._onChangeDateRatt} value={dateRattForm} error={errorRatt} format={format} label={translate('contrat.dateRattachement')} />
Current behaviour
if I chose a value, _onChangeDateRatt is called but not when i empty the value.
Expected behaviour
_onChangeDateRatt should be called whenever the value changes
Versions
Focus-core: 2.1.1
Focus-components: 2.1.4
The text was updated successfully, but these errors were encountered: