소스 검색

add placeholder

yusuketk 5 년 전
부모
커밋
b71649d77b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/client/js/components/PageEditor/LinkEditModal.jsx

+ 1 - 0
src/client/js/components/PageEditor/LinkEditModal.jsx

@@ -317,6 +317,7 @@ class LinkEditModal extends React.PureComponent {
                 value={this.state.labelInputValue}
                 onChange={e => this.handleChangeLabelInput(e.target.value)}
                 disabled={this.state.linkerType === Linker.types.growiLink}
+                placeholder={this.state.linkInputValue}
               />
             </div>
           </div>