Pratiksha Chandel
Pratiksha Chandel
you can also maintain char count using function ts file : ` descriptionCharCount(){ this.DescriptionDummyElement.innerHTML = this.desForm.value.description; this.totalDescriptionCount = this.descriptionDummyElement.innerText.length; this.totalDescriptionFormattedTextCount = this.desForm.value.description.length; if(this.totalDescriptionCount < 1) { this.desForm.patchValue({ description: "" });...
Popup issue is working on my local, how to call this function inside another tag ? ...working this editable tag but ,i want to call this function on inputStyle tag
I think , this is about usability in UI. Thats called accessibility mean we can make that editor readable for visual impaired people . Yes I need some solution on...
> @akumar2812 I think you mean keyboard shortcuts? Accessibility means - Make edit accessible for visual impaired people, they can used application by keyboard . please follow this link https://www.w3.org/standards/webdesign/accessibility