Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathachew committed Nov 25, 2014
1 parent 64ac999 commit 35cf558
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Always running the latest and greatest version of Autotab: http://autotab.mathac
* [Global Methods](#global-methods)
* [Options](#options)
* [Filter Formats](#filter-formats)
* [Known Issues](#known-issues)
* [Minify](#minify)
* [Feedback](#feedback)
* [Copyright and License](#copyright-and-license)
Expand Down Expand Up @@ -490,6 +491,11 @@ Autotab has several filter formats available, all passed into the `format` key.
</table>


## Known Issues

Due to security measures placed in iOS, Autotab cannot achieve auto tabbing functionality when hitting a field's character limit. The problem stems from the `focus` event not being triggered manually. As a workaround, Autotab works with iOS by keeping the keyboard open, allowing you to navigate using the arrow shortcuts.


## Minify

Autotab uses the [Closure Compiler](http://closure-compiler.appspot.com/) (`simple` optimization) to create jquery.autotab.min.js.
Expand Down

0 comments on commit 35cf558

Please sign in to comment.