Skip to content

Instantly share code, notes, and snippets.

@xgqfrms-GitHub
Created April 5, 2017 08:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xgqfrms-GitHub/41ef1ad64a7467c3d520ecadaaeaa5c8 to your computer and use it in GitHub Desktop.
Save xgqfrms-GitHub/41ef1ad64a7467c3d520ecadaaeaa5c8 to your computer and use it in GitHub Desktop.
Input bugs
@xgqfrms-GitHub
Copy link
Author

HTML5 input & get input value

    let input_value = document.querySelector(".ant-calendar-picker-input");
    let key = input_value.getAttribute('value');
    console.log(`input_value = ${key}`);

@xgqfrms-GitHub
Copy link
Author

js-get-html5-input-value

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment