Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
0 answers
83 views

On my website I've set up a form for people to be able to email me, and I'm trying to adjust the CSS so it visually meshes with the rest of my website better, and while the css I've implemented to ...
Jay DW's user avatar
  • 1
0 votes
0 answers
35 views

I have a custom InputField component which uses the React Native Text Input. For some fields, the input will require an X button when the field is focused so user can clear the field. This button is ...
Adrian Samtani's user avatar
0 votes
0 answers
92 views

In my Excel vba I try to fill an input field of a web page form, but get always "Automation Error-Interface not found". The input field's id is "network" that I can easily get ...
Mdarende's user avatar
  • 801
0 votes
0 answers
132 views

When I click on an input field in both android emulator and iOS device the keyboard briefly appears and disappears consistently. I've tried several fixes, but nothing seems to work. note for android ...
Ferdinand Oparah's user avatar
3 votes
1 answer
77 views

I'm having issue with re-appearing old values in React TS. I'm initially providing my code so you can check it as well: const initialState = { name: '', }; const [...
Dilyan Galabov's user avatar
1 vote
2 answers
214 views

When I apply text-shadow on an input field the shadow seems to clip around the text. I tried this CSS code @import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&...
DiamondKingx's user avatar
1 vote
1 answer
339 views

In WooCommerce, I use the WC Kalkulator plugin for a simple product (ID 4692). The problem is, this simple product has only static weight and dimensions values that get pulled into each cart item ...
Jreppe's user avatar
  • 13
2 votes
1 answer
512 views

I added a custom number input field to my single product pages. The regular Price gets multiplied by an inputted integer value. For example, if the Base Price is 10$ and the user puts 2 as value in ...
n1k1dk's user avatar
  • 97
2 votes
0 answers
159 views

So I created a simple file upload for my website to test some things. I have a asp.net core web api. When starting the server it opens a swagger tab. And when I start my react app it opens another tab....
Bram Lippens's user avatar
0 votes
2 answers
150 views

Basically I wanted to change the color of input fields when using browsers autofill or saved emails (dropdown of previously used emails in the same input box). For that I was using these css ...
Abdullah Sultan's user avatar
0 votes
1 answer
77 views

I'm facing the issue that we have a input field type time in which the text is pushed higher than in a normal input field. I'm aware of the fact that the root cause for this issue probably is the time ...
JtSOc's user avatar
  • 1
0 votes
1 answer
1k views

I am new to React and I want to create a button to reset/empty the input file for edit functionality. I am using MUI and React-hook-form. When I clicked the reset button, the image had already changed,...
Dra-Code's user avatar
  • 111
0 votes
1 answer
863 views

In my WooCommerce store, I have 15 products that should have over 2K variations each (WooCommerce allowing to create 50 variation max), so I used a product extra options plugin and created some inputs ...
User X X X's user avatar
1 vote
1 answer
410 views

In my react Project, user have a Add button and when clicking on it new Input fields appear(1 for text input and other for file input). After user added some input fields and select files on them, He ...
MMSmmsbd's user avatar
  • 132
1 vote
1 answer
603 views

How do I use update_post_meta() to put the value from this: <input type="text" name="gname" id="gname"> on here: <input type="text" name="budget&...
Eldyssss's user avatar
0 votes
2 answers
144 views

In the current design, there is an input field provided for entering a text. When this input field is focused or selected, the associated label moves slightly upwards, changes its color and font size, ...
Abdul Rafay Shaikh's user avatar
0 votes
1 answer
110 views

i have problem with my code. i make form to upload file to my database but my input type file get null object even if i have select image that i want here my blade <form action="/addcoaches&...
Michael Ritung's user avatar
0 votes
1 answer
622 views

I'm using React Native and Expo to create an android app with text fields. When I test on a web server, everything works, but not on Expo Go. Text components are in red and TextInput in blue. Nothing ...
Delta Δ's user avatar
0 votes
1 answer
251 views

AFAIK under some condition the browsers could automatically fill the input fields once browser have load (not once the user has began the input). Personally I don't use this feature, but I need to ...
Takeshi Tokugawa YD's user avatar
0 votes
2 answers
998 views

I have an input fields that's a specific width. It can hold up to 14 characters total, but I want it to only show as many as 3. Can't seem to find an answer online. Is it even possible? Because if I ...
Quadron LT's user avatar
0 votes
1 answer
156 views

I would need that when I click on the input field, only the numeric keyboard comes out. On smartphones. it works, but trying on the tablet the numeric keyboard comes out as default but gives the user ...
Paul's user avatar
  • 4,628
0 votes
2 answers
114 views

I've added input fields into a table. What I'm looking to do is to count all of the rows and add them into a table row total. Ideally I want these to have a value of 0.5 for each row that has an input ...
Abrocodabra's user avatar
0 votes
1 answer
71 views

There is this bug that doesn't affect the functionality but its just there and it does bother me. So, I have this signup form in my react.js app. Here is a basic version of it: import { useState } ...
Sol_is_here's user avatar
0 votes
2 answers
3k views

I am making a game where you must open or activate the UI with the space bar. Now, this works perfectly fine, but it is pretty annoying that every time you open the UI you must click on the inputfield ...
Greg's user avatar
  • 17
1 vote
2 answers
347 views

I am trying to make a game where the player is controlled by an input field. When I try to store the value or the written text from the input field in a String and the compare the string to the ...
Greg's user avatar
  • 17
2 votes
2 answers
417 views

If I type some texts in the input field, how can I bring those texts to address bar ? for eg : I type abcd to input field, I need address bar like www.google.com/abcd
Jith's user avatar
  • 33
0 votes
1 answer
1k views

After searching a lot on Stackoverflow, I couldn't find a solution where only Javascript used code was achieving to do the task that I wanted to create. I have a form created on React where I am ...
Alex's user avatar
  • 5
1 vote
1 answer
177 views

I am working on a project in which the navbar contains a search input field and button to perform the search. In mobile view, this inline form will be inside the toggle section (I don't know if this ...
Nom's user avatar
  • 47
0 votes
4 answers
107 views

I have create a form with 1 px input fields border, I need 2 px border while hovering so give exact by css. Now the problem is it also changing the effects of input fields and form when I hovering. ...
Matrix's user avatar
  • 53
0 votes
1 answer
142 views

I tried a 3D project with ursina engine. I put a login part for the first page. Inside it, there is an email field with InputField ursina. But @ character cannot be entered. If anybody has an idea ...
erhan38's user avatar
0 votes
2 answers
491 views

I'm trying to add an input field on my HoloLens (1st gen) app and when I click on the field the keyboard appears but then disappears. The problem My input field is an Unity UI input field and when I ...
ChocooPanda's user avatar
0 votes
1 answer
608 views

I have an input field with a default value of $1. I want to change that value to say $5 and then click a button. I used the following code to try to achieve this: function run() { var trade_amount = ...
donaldekpe's user avatar
1 vote
1 answer
531 views

I have been trying to create a To-Do list using HTML, CSS and Javascript. From what I found, I am able to get the value of the input field into a fieldset. However, I aim to create a way to convert ...
WDpad159's user avatar
  • 428
0 votes
0 answers
215 views

I have a parent widget which has 2 child widgets for input fields. So, I want one field to be hidden in the beginning and by pressing a button to hide or unhide it. I managed to achieve that by ...
CyberHunter's user avatar
1 vote
1 answer
2k views

I would like to create an input field that accept multiple email addresses (for example to send an invitation). How can I achieve this without the help of jQuery or an external plugin or package? I ...
Timothy Cohen's user avatar
0 votes
1 answer
429 views

I am trying to map one react element for n times. Element consist two input fields: x and y. I have managed to do this, but when I enter some value in x field, all x fields on all Element are getting ...
Goran Kukic's user avatar
0 votes
3 answers
4k views

I'm using react-phone-number-input. This is the phone number field: <PhoneInput defaultCountry={"CA"} placeholder={"Phone"} value={phone} onChange={(value: ...
tiennl's user avatar
  • 344
1 vote
0 answers
193 views

I have a dropdown based on which different fields gets rendered. Initially I have initialized selected option of dropdown in useEffect hook, corresponding fields gets rendered and are working fine. ...
Rajesh's user avatar
  • 31
0 votes
1 answer
632 views

just trying to do a function. At the moment i have a material table with a number of input fields and I am trying to do a function that is when I choose/selected an input field, i can do increment in ...
bunnap's user avatar
  • 47
0 votes
1 answer
69 views

I have a basic word scramble game (not styled yet), that works fine on an HTML page. When I bring that exact code over to a blogger post it stops working. I can enter text into the text field but on ...
Andy R's user avatar
  • 379
-3 votes
1 answer
904 views

Here is my code <html> <head> head <title>title</title> </head> <script> var val1 = parseInt(document.getElementById('input1')); function bytton() ...
Fungus's user avatar
  • 1
0 votes
0 answers
31 views

I have this react bootstrap form consisting of several input fields. This form consists of like 20 or 30 fields so I am not sharing entire code because it would be probably a mess. I am using react ...
Abdullah Abbasi's user avatar
0 votes
2 answers
778 views

I am trying to play with some data insertion on forms of this website. I can manually put my cursor on inputs and type digits, such as 999. If I reload the page, the value that I typed is still there. ...
Pedro Delfino's user avatar
1 vote
1 answer
1k views

Despite being a noob, I've managed to implement Places autocompletion into my personal project and it works just fine. The fact is, I need to pass the city that the user selects from the dropdown list ...
Marco Ciancarella's user avatar
0 votes
1 answer
137 views

I am creating an app where I get a sentence from my server, randomly rearrange the letters, and display the randomized sentence on the client with the appropriate amount of input fields = to the ...
Fernando's user avatar
1 vote
4 answers
1k views

In the following code, I have a challenge and I need your help. There are 2 input fields next to each other. The 2nd one on the right-hand side (green) is positioned a bit higher. It seems that there ...
BlueMatrix's user avatar
1 vote
2 answers
4k views

Trying to copy some front end mentor challenges I am right now styling input field. I want to do 3 things right now. I want to display the button inside the input field (even though I made it inside ...
Najad's user avatar
  • 135
0 votes
1 answer
850 views

I am looking for a code solution that dynamically adds a section/ input field after clicking a button. It would be an additional solution if the same could be provided to remove the input field.
kevn's user avatar
  • 11
0 votes
0 answers
135 views

There is a form with a lot of input fields, so you have to scroll down to the bottom of the page for the save button to work. However, if I do not fill in a required field, it scrolls to the top of ...
FrontDave's user avatar
0 votes
1 answer
696 views

I want to have an input field to which I can type a text, and when I press the button, I need that text to be pasted in the input field of a webpage, like Facebook's login input field. How can I ...
Rengoku's user avatar

1
2 3 4 5
10