Преглед на файлове

Added more information about input dialogs to the README.

Aidan Follestad преди 10 години
родител
ревизия
d0146eeb22
променени са 1 файла, в които са добавени 6 реда и са изтрити 0 реда
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -725,6 +725,12 @@ new MaterialDialog.Builder(this)
         }).show();
 ```
 
+Note that the dialog will force the positive action button to be visible, when it's pressed the input
+is submitted to the callback.
+
+The input dialog will automatically handle focusing the EditText and displaying the keyboard to allow
+the user to immediate enter input. When the dialog is closed, the keyboard will be automatically dismissed.
+
 #### Coloring the EditText
 
 Like action buttons and many other elements of the Material dialog, you can customize the color of a