You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had SpinButton to control the number of images showing in the view. There're some feedbacks on the scenario that when user type a number in the SpinButton control, but the UI didn't refresh for them. User has to press tab to blur out the control to trigger the onValidate get called.
Can we have similar pattern as TextField does for delayed validation?
Or can we at least expose the "onChange/onChanged" props so we can customize on our own?
The text was updated successfully, but these errors were encountered:
ipip2005
changed the title
[Feature request] SpinButton: Can validate be triggered after user finishes input?
[Feature request] SpinButton: Can validate be triggered after user finishes input without moving focus?
Aug 15, 2017
ipip2005
changed the title
[Feature request] SpinButton: Can validate be triggered after user finishes input without moving focus?
SpinButton: Can validate be triggered after user finishes input without moving focus?
Aug 16, 2017
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions to Fabric React!
This issue has been automatically closed because it has not had recent activity after being marked as stale. If you belive this issue is still a problem or should be reopened, please reopen it! Thank you for your contributions to Fabric React! Why am I receiving this notification?
SpinButton control: https://officedevcentersite-devx.azurewebsites.net/fabric#/components/spinbutton
We had SpinButton to control the number of images showing in the view. There're some feedbacks on the scenario that when user type a number in the SpinButton control, but the UI didn't refresh for them. User has to press tab to blur out the control to trigger the
onValidate
get called.Can we have similar pattern as TextField does for delayed validation?
Or can we at least expose the "onChange/onChanged" props so we can customize on our own?
The text was updated successfully, but these errors were encountered: