Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
proptypes
Browse files Browse the repository at this point in the history
MBilalShafi committed Sep 3, 2024
1 parent 7048c47 commit aafb9fe
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -133,6 +133,7 @@ GridFilterInputBoolean.propTypes = {
applyValue: PropTypes.func.isRequired,
clearButton: PropTypes.node,
focusElementRef: refType,
formControlClassName: PropTypes.string,
/**
* It is `true` if the filter either has a value or an operator with no value
* required is selected (for example `isEmpty`)
Original file line number Diff line number Diff line change
@@ -140,6 +140,7 @@ GridFilterInputDate.propTypes = {
PropTypes.func,
PropTypes.object,
]),
formControlClassName: PropTypes.string,
/**
* It is `true` if the filter either has a value or an operator with no value
* required is selected (for example `isEmpty`)
Original file line number Diff line number Diff line change
@@ -184,6 +184,7 @@ GridFilterInputSingleSelect.propTypes = {
PropTypes.func,
PropTypes.object,
]),
formControlClassName: PropTypes.string,
/**
* It is `true` if the filter either has a value or an operator with no value
* required is selected (for example `isEmpty`)
Original file line number Diff line number Diff line change
@@ -116,6 +116,7 @@ GridFilterInputValue.propTypes = {
PropTypes.func,
PropTypes.object,
]),
formControlClassName: PropTypes.string,
/**
* It is `true` if the filter either has a value or an operator with no value
* required is selected (for example `isEmpty`)

0 comments on commit aafb9fe

Please sign in to comment.