diff --git a/entries/accordion.xml b/entries/accordion.xml index d74f8f2a..569785cd 100644 --- a/entries/accordion.xml +++ b/entries/accordion.xml @@ -175,6 +175,7 @@ + Process any headers and panels that were added or removed directly in the DOM and recompute the height of the accordion panels. Results depend on the content and the heightStyle option. diff --git a/entries/autocomplete.xml b/entries/autocomplete.xml index 50d57ca8..a345ca7e 100644 --- a/entries/autocomplete.xml +++ b/entries/autocomplete.xml @@ -166,6 +166,7 @@ + Triggers a search event and invokes the data source if the event is not canceled. Can be used by a selectbox-like button to open the suggestions when clicked. When invoked with no parameters, the current input's value is used. Can be called with an empty string and minLength: 0 to display all items. diff --git a/entries/button.xml b/entries/button.xml index cb1640db..95011003 100644 --- a/entries/button.xml +++ b/entries/button.xml @@ -70,6 +70,7 @@ Refreshes the visual state of the button. Useful for updating button state after the native element's checked or disabled state is changed programmatically. + diff --git a/entries/dialog.xml b/entries/dialog.xml index aa1dc254..dec18f69 100644 --- a/entries/dialog.xml +++ b/entries/dialog.xml @@ -158,18 +158,10 @@