Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Commit 5b236a3

Browse files
Merge branch 'master' of github.com:fourhundredfour/svelte-materialify
2 parents 7b5075d + b420a13 commit 5b236a3

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

packages/api-generator/src/TextField.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,26 @@
404404
"locations": null,
405405
"loc": null,
406406
"visibility": "public",
407+
"description": "Deprecated - Use keyup or keydown instead",
408+
"keywords": []
409+
},
410+
{
411+
"name": "keyup",
412+
"parent": "input",
413+
"modificators": [],
414+
"locations": null,
415+
"loc": null,
416+
"visibility": "public",
417+
"description": "",
418+
"keywords": []
419+
},
420+
{
421+
"name": "keydown",
422+
"parent": "input",
423+
"modificators": [],
424+
"locations": null,
425+
"loc": null,
426+
"visibility": "public",
407427
"description": "",
408428
"keywords": []
409429
},

0 commit comments

Comments
 (0)