Index: trunk/extensions/SemanticForms/includes/forminputs/SF_TextInput.php |
— | — | @@ -94,7 +94,8 @@ |
95 | 95 | $size = 35; |
96 | 96 | $inputType = ''; |
97 | 97 | if ( array_key_exists( 'field_type', $other_args ) && |
98 | | - !array_key_exists( 'is_list', $other_args ) ) { |
| 98 | + ( !array_key_exists( 'is_list', $other_args ) || |
| 99 | + !$other_args['is_list'] ) ) { |
99 | 100 | if ( $other_args['field_type'] == 'number' ) { |
100 | 101 | $size = 10; |
101 | 102 | $inputType = 'number'; |