Skip to main content
-2 votes
1 answer
75 views

The search results are hidden by default/onload/onrefresh via CSS. Results will only shows up if you search in the input field and hit enter or if you hit the button. For example try to search Social ...
clarkf's user avatar
  • 733
1 vote
4 answers
121 views

Try to search "social" in the input field and hit enter, It is working fine. But I want the same functionality if you click the button. I already tried creating a document.getElementById(&...
clarkf's user avatar
  • 733
0 votes
1 answer
1k views

Basically, I'm following this exercise https://www.youtube.com/watch?v=EerdGm-ehJQ&t=50183s 14n, part 2. My page looks like this:I'm focusing on the input bar with the '3' inside it When I press '...
Myterion's user avatar
0 votes
1 answer
99 views

In MAUI, using KeyUp I can capture all the key pressing, but not pressing Enter key. Here is the code: window.Content.KeyUp += (s,e){ //do something } If I press the Enter key of keyboard, nothing ...
renintx's user avatar
  • 35
0 votes
1 answer
56 views

When I press the enter button with focus on an EditText on my Android app, it switches the focus to the next EditText. I added functionality to the enter button in the java class, but cant find out ...
SimpleProgrammer's user avatar
1 vote
1 answer
1k views

I just wanted to know, is there any possibility to bind the keyboard input to executing a specific button command in .NET MAUI? I've seen one can apparently use keyboard accelerators for the menu ...
user25033240's user avatar
1 vote
2 answers
4k views

I'm creating a project in PowerApps. I need help with one functionality. I want the button and pressing the Enter key on the keyboard to perform the same action. I am a complete beginner, I don't know ...
lenkZel's user avatar
  • 33
1 vote
3 answers
226 views

I am writing a tkinter app in python 3.12.0 (on windows) and I want to bind the other "Enter" (Which is in Num-Lock part of keyboard) that when I press it, send my message. I am using a Text ...
Mohammad's user avatar
  • 109
1 vote
2 answers
62 views

<body> <button id="aButton">A button</button> <script> document.querySelector("#aButton").addEventListener("click", () => { ...
Mario's user avatar
  • 13
0 votes
2 answers
38 views

I'm trying to get my search bar to work when pressing enter. It works when pressing the button but not when you press enter.... /** * search toggle */ const searchTogglers = document....
numbskull's user avatar
0 votes
1 answer
166 views

enter image description here How we can connect these two flowcharts together? in order to complete the main flowchart we want to insert the flowchart which starts by Enter and finishes by Exit. we ...
SalimiNasab's user avatar
1 vote
1 answer
1k views

Context I'm developing a list of items. I have a form on the top of the list in order to add new items (just 1 input and 1 submit button). Once the form is submitted, I have the next code in order to ...
CeuxDruman's user avatar
0 votes
1 answer
696 views

I was trying to setup my zsh to make different binding for enter and ctrl + enter, and faced the following problem. Following instructions from here I executed these commands in the terminal: ...
zeionara's user avatar
-2 votes
1 answer
65 views

I've been using a scanner to read a text file but get this output. [f, , , f, , , f, , , f, , , f] The text file characters are all separated by enters. I've tried using scanner.skip("\n");, ...
user avatar
0 votes
1 answer
230 views

I am getting the following : Cannot read properties of undefined (reading 'focus') So, I console logged the nextField.nativeElement , using console.log(nextField.nativeElement) and got undefined my ....
Sakib's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
60