Guest User

Untitled

a guest
Jun 23rd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. const selectOption = (name) => {
  2. const text = document.querySelector('.placeholder');
  3. text.textContent = name;
  4. text.classList.add('input__selected')
  5. toggleDropdown();
  6. };
Add Comment
Please, Sign In to add comment