Skip to content

Commit

Permalink
Show Currently Selected Language (#31)
Browse files Browse the repository at this point in the history
* Initial Commit

* Bump version.

* Bump version.
  • Loading branch information
srm985 authored Nov 25, 2018
1 parent 1697416 commit 43b07d3
Show file tree
Hide file tree
Showing 8 changed files with 1,935 additions and 1,875 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ To initiate an instance of the keyboard within your application you may include
| allowEnterAccept | true | Accept keyboard input with hardware keyboard [Enter] key. |
| keyCharacterRegex | { number: /[0-9]|[eE]|\.|\+|\-/, tel: /[0-9]|\.|\+|\-|\#|\(|\)/ } | Define regular expressions for input field types. These pertain to the individual key pressed, not the whole accepted pattern. The object keys must match identically to the input type. |
| inputFieldRegex | { number: /^(-)?(((\d+)|(\d+\.(\d+)?)|(\.(\d+)?))([eE]([-+])?(\d+)?)?)?$/ } | Define regular expressions for the accepted patterns of input field types. These patterns serve to further restrict browser-specific prepopulated patterns. For example, you may NOT generate a regex to allow letters in an input[type="number"]. Ensure these are whole pattern matches handled by the prepension and appension of ^ and $. The object keys must match identically to the input type. |
| showSelectedLanguage | false | This option labels the language button with the currently-selected language. The name is derived from the actual language file name, so name appropriately. |


#### Callbacks
Expand Down Expand Up @@ -260,3 +261,7 @@ In this release I have addressed several issues related to how the keyboard hand

* Revised build scripts from Grunt to Gulp.
* Cleaned up code base.

#### Version 1.1.2

* Added option to support showing the currently-displayed language.
2 changes: 1 addition & 1 deletion dist/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 43b07d3

Please sign in to comment.