richeditor-android
richeditor-android copied to clipboard
how to make editor disable ?
etComment?.isFocusable = false
etComment?.isEnabled = false
You can do this from java or kotlin side code
You can also do that by using its method.
richEditor.setInputEnabled(false);