Created
December 13, 2021 13:46
-
-
Save Frelseren/61348cd65e167c927a65a869aa3b7809 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<!-- <lightning-input-rich-text value={value} onkeydown={handleKeyDown}></lightning-input-rich-text> --> | |
<c-custom-input value={value} onkeydown={handleKeyDown}></c-custom-input> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment