taw1313

Results 2 comments of taw1313

@Urbana28 With your success in using SCSS what version of react are you using? Just a note in your main.js example looks like you have a cut and paste issue......

I have a work around for now... in your html_editor.dart a modified `setHint()` to use `document.getElementsByClassName.` ` setHint(String text) { String hint = "document.getElementsByClassName('note-placeholder')[0].innerHTML = '" + text + "';";...