diff --git a/public_html/classes/render-adminlte.class.php b/public_html/classes/render-adminlte.class.php
index 6360d6662a69d1c6fb3fa5dec1eaf43840d91bf0..33e8fa179bae185000796cad6e6e3ec2657a6008 100755
--- a/public_html/classes/render-adminlte.class.php
+++ b/public_html/classes/render-adminlte.class.php
@@ -418,8 +418,27 @@ class renderadminlte {
                             'values'=>[
                                 'text'=>'text',
                                 'password'=>'password',
+
+                                'button'=>'button',
+                                'checkbox'=>'checkbox',
+                                'color'=>'color',
+                                'date'=>'date',
+                                'datetime-local'=>'datetime-local',
                                 'email'=>'email',
+                                'file'=>'file',
                                 'hidden'=>'hidden',
+                                'image'=>'image',
+                                'month'=>'month',
+                                'number'=>'number',
+                                'radio'=>'radio',
+                                'range'=>'range',
+                                'reset'=>'reset',
+                                'search'=>'search',
+                                'submit'=>'submit',
+                                'tel'=>'tel',
+                                'time'=>'time',
+                                'url'=>'url',
+                                'week'=>'week',
                                 ]
                             ], 
                             'example_value'=>'text'
@@ -1170,7 +1189,7 @@ class renderadminlte {
      * 
      * @param type $aOptions  hash with keys for all options
      *                        styling:
-     *                          - type    - field type: text, email, password, hidden
+     *                          - type    - field type: text, email, password, hidden and all other html 5 input types
       *                        content
      *                          - label   - label tag
      *                          - name    - name attribute for sending form