A button that clears the querry bar for ease of use. #24

Open
opened 2022-06-11 17:02:57 +09:00 by Ghost · 0 comments

Kinda like

header.querySelector("#clearBar").onclick = () => {
	header.querySelector("input").value = ""; 
}

Probably just an X that appears in the querry bar when its not empty

Kinda like ``` header.querySelector("#clearBar").onclick = () => { header.querySelector("input").value = ""; } ``` Probably just an X that appears in the querry bar when its not empty
Ghost added the
enhancement
label 2022-06-11 17:02:57 +09:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: heonian.org/heonian-webdic#24
No description provided.