Added some missing propTypes.

This commit is contained in:
Aditya Toshniwal
2021-09-09 15:57:17 +05:30
committed by Akshay Joshi
parent 1585e6b424
commit f874276d0f
2 changed files with 2 additions and 0 deletions

View File

@@ -786,6 +786,7 @@ InputSelect.propTypes = {
options: PropTypes.oneOfType([PropTypes.array, PropTypes.instanceOf(Promise), PropTypes.func]),
controlProps: PropTypes.object,
optionsLoaded: PropTypes.func,
optionsReloadBasis: PropTypes.any,
onChange: PropTypes.func,
disabled: PropTypes.bool,
readonly: PropTypes.bool,