We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
keys
1 parent c4a19af commit df1d7dcCopy full SHA for df1d7dc
src/membrane-keypad-element.ts
@@ -28,7 +28,7 @@ export class MembraneKeypadElement extends LitElement {
28
* Key labels
29
*/
30
@property({ type: Array }) keys = [
31
- '0', '1', '2', 'A',
+ '1', '2', '3', 'A',
32
'4', '5', '6', 'B',
33
'7', '8', '9', 'C',
34
'*', '0', '#', 'D',
0 commit comments