Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
draftjsエディタの内容が空かどうかをテストする方法は?
私が今持っている唯一のアイデアは、この関数から返されたオブジェクトに対するオブジェクトの比較です:EditorState.createEmpty().getCurrentContent()
EditorState.createEmpty().getCurrentContent()
でhasText関数を使用するだけContentStateです:
ContentState
editorState.getCurrentContent().hasText()