diff --git a/jquerymobile/jquerymobile.d.ts b/jquerymobile/jquerymobile.d.ts index de51518d8..c6dd56723 100644 --- a/jquerymobile/jquerymobile.d.ts +++ b/jquerymobile/jquerymobile.d.ts @@ -105,6 +105,8 @@ interface CollapsibleSetEvents { } interface TextInputOptions { + clearBtn?: boolean; + clearBtnText?: string; disabled?: boolean; initSelector?: string; mini?: boolean;