Releases: azerion/phaser-input
Releases · azerion/phaser-input
v1.2.0
- Added focusOutOnEnter property to InputField which controls whether Enter key will end focus on input
- Added blockInput property (boolean property) to InputField which captures whether keyboard events on input field will bubble up to other elements
v1.1.4
- Added possibility to programmaticly change text by adding a setText method to the inputField
v1.1.3
Added two event signals for detecting keyboard open/close on mobile devices.
v1.1.0
- Added support for zooming/centering the input field on mobile when the keyboard appears
- Made enter/return work
v1.0.0
- Updated example
- Added masking for texts so they don't overflow the box anymore
- Combined max/maxLength
- Moved dom manipulation to seperate class
- Added option for aligning texts
- Keyboard can now be used to update caret position
- Clicking in the input field now changes the caret position
- ctrl+a can be used to select text
v0.1.4
- You can now reset text
- Only nummeric input now also possible as type
- You can now specify a max length (text/password) or min/max (number)
v0.1.3
Fixed an issue where input wouldn't appear on Desktop Firefox and Safari
v0.1.2
Fixed a small issue when no placeHolder was set