File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,10 @@ type ParamsType = {
53
53
value ?: string ;
54
54
styles : InputDropdownStylesProps ;
55
55
disabled ?: boolean ;
56
+ /**
57
+ * @deprecated
58
+ * @description This prop is deprecated and will be removed in the next major version.
59
+ */
56
60
clearTextInputPopoverIconClick ?: boolean ;
57
61
error ?: boolean ;
58
62
informationAssociated ?: string ;
Original file line number Diff line number Diff line change @@ -144,6 +144,10 @@ export interface IInputDropdownStandAlone
144
144
inputPopoverRightIcon ?: IElementOrIcon ;
145
145
inputPopoverValue ?: string ;
146
146
inputPopoverVariant ?: string ;
147
+ /**
148
+ * @deprecated
149
+ * @description This prop is deprecated and will be removed in the next major version.
150
+ */
147
151
clearTextInputPopoverIconClick ?: boolean ;
148
152
// Functions
149
153
onOpenOptions : ( value : boolean ) => void ;
Original file line number Diff line number Diff line change @@ -55,6 +55,10 @@ type ParamsType = {
55
55
error ?: boolean ;
56
56
hasResultTextWrittenByUser ?: boolean ;
57
57
disableErrorInvalidOption ?: boolean ;
58
+ /**
59
+ * @deprecated
60
+ * @description This prop is deprecated and will be removed in the next major version.
61
+ */
58
62
clearTextInputPopoverIconClick ?: boolean ;
59
63
highlightedOption ?: string ;
60
64
informationAssociated ?: string ;
Original file line number Diff line number Diff line change @@ -229,6 +229,10 @@ export interface IInputSearch<V = undefined extends string ? unknown : string>
229
229
regex ?: string | RegExp ;
230
230
internalErrorExecution ?: INTERNAL_ERROR_EXECUTION ;
231
231
onClick ?: ( event : React . MouseEvent < HTMLInputElement , MouseEvent > ) => void ;
232
+ /**
233
+ * @deprecated
234
+ * @description This prop is deprecated and will be removed in the next major version.
235
+ */
232
236
clearTextInputPopoverIconClick ?: boolean ;
233
237
onChange ?: ( event : React . ChangeEvent < HTMLInputElement > ) => void ;
234
238
onInputPopoverIconClick ?: ( ) => void ;
You can’t perform that action at this time.
0 commit comments