Adding new option: useButtonTag

This commit is contained in:
Francisco Hodge
2018-12-14 00:28:18 -05:00
parent d03f00c0d1
commit 4335f477a1
12 changed files with 39 additions and 18 deletions
+5
View File
@@ -96,6 +96,11 @@ declare module 'simple-keyboard' {
*/
physicalKeyboardHighlightBgColor?: string;
/**
* Render buttons as a button element instead of a div element.
*/
useButtonTag?: boolean;
/**
* Executes the callback function on key press. Returns button layout name (i.e.: "{shift}").
*/