addyosmani / addyosmani/typeahead-country
Case sensitive ?
- Langage dominant
- Aucune donnée de langage
- Étoiles
- 24
- Forks
- 3
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description


I though I can fix it with some css and tired adding the below to `typeahead-input.html`
``` css
input {
text-transform: capitalize;
}
```
Strangely that makes the app not to respond to any input.
Only with capital letter it does respond with autocompletion. [i.e either shift+letter or caps on letter, not with text-transform]
**Update 0:**
TIL : `text-transform` does not work like I understood it! It's more of a cosmetic change.
> The text-transform CSS property specifies how to capitalize an element's text. It can be used to make text _appear_ in all-uppercase or all-lowercase, or with each word capitalized.

So the change must be somewhere in [L#112](https://github.com/addyosmani/typeahead-country/blob/gh-pages/src/typeahead-country.html#L122) or [L#62](https://github.com/addyosmani/typeahead-country/blob/gh-pages/app/bower_components/typeahead-input/typeahead-input.html#L62)?
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.