Explorar el Código

add placeholder

yusuketk hace 5 años
padre
commit
b71649d77b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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>