Skip to content

Commit

Permalink
Fix ignoreCase type to be boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanchev committed Feb 16, 2016
1 parent 1903a20 commit fee7778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/javascript/ui/combobox.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ If set to `true` the first suggestion will be automatically highlighted.
});
</script>

### ignoreCase `String`*(default: true)*
### ignoreCase `Boolean`*(default: true)*

If set to `false` case-sensitive search will be performed to find suggestions. The widget performs case-insensitive searching by default.

Expand Down

0 comments on commit fee7778

Please sign in to comment.