Tags: 0x000000000019b6/KioskBoard
Tags
Version 2.1.0 Added: Input based `data-kioskboard-placement` data attribute option has been added. This option sets the placement of the keyboard on `top` or `bottom` for each input/textarea element. The default value is `bottom`. Added: TypeScript declaration has been added. Changed: Refactor.
Version 2.0.0 Removed: The `KioskBoard.Merge()` method has been removed. (This method already has been deprecated in v1.4.0) Changed: `KioskBoard.Init()` function name has been changed to `KioskBoard.init()`. Changed: `KioskBoard.Run()` function name has been changed to `KioskBoard.run()`. Changed: Auto-generated `kioskboard-aio.js` file has been moved from `src/all-in-one` folder to `build` folder. Changed: The `specialCharactersObject` option has been changed to `keysSpecialCharsArrayOfStrings`. An Array of Strings can be set to override the built-in special characters. e.g. => `["#", "$", "%", "+", "-", "*"]` Fixed: Custom key with multiple characters: ([furcan#31](furcan#31)) Added: The `keysNumpadArrayOfNumbers` option has been added: An Array of Numbers can be set to override the built-in numpad keys. (From 0 to 9, in any order.) e.g. => `[1, 2, 3, 4, 5, 6, 7, 8, 9, 0]` - ([furcan#30](furcan#30))
Version 1.4.0 Released. Fixed: The dispatcher issue on the input change event has been fixed: ([furcan#11](furcan#11)) Fixed: The current text selection issue has been fixed: ([furcan#19](furcan#19)) Added: The `max` and `maxlength` attribute controls have been added: ([furcan#17](furcan#17)) Added: The `options` parameter has been added to the `Run()` function to set the initialize options. => `KioskBoard.Run(selector, options);` Changed: The `selector` parameter has been changed to `selectorOrElement` that also can use an element instead of the query selector. => `KioskBoard.Run(selectorOrElement);` Changed: The `Merge()` function has been deprecated. Changed: Code Review.
PreviousNext