angular / components

Component infrastructure and Material Design components for Angular
https://material.angular.io
MIT License
24.39k stars 6.76k forks source link

Allow setting setContenteditableValue to `plaintext-only` for tests #29999

Closed tatp22 closed 1 week ago

tatp22 commented 1 week ago

plaintext-only is a valid value for contenteditable that specifies that the raw text is editable but rich formatting is disabled. This is supported now for every browser except for Firefox, where it is now supported in a nightly version. See more specifications here.