Skip to main content
0 votes
1 answer
60 views

I currently have an <input> text field that I'm using to let the user input a list of names they want to search within a database; I've given it a corresponding <datalist> with some ...
dbac's user avatar
  • 341
0 votes
0 answers
58 views

Good day everyone, I'm working on a Next.js project where I need to allow users to upload images using their device's camera. Here's the relevant snippet: import { Loader2, Camera } from "lucide-...
Micode's user avatar
  • 292
7 votes
5 answers
303 views

I want to filter user input when they type in an HTML text input. I can do that in native HTML/JavaScript as shown in the following demo: <form> <label for="tracking">...
nunoarruda's user avatar
  • 3,054
0 votes
2 answers
404 views

I am working on a simple customer intake form, and as part of the validation I need to make sure that a proper zipcode has been included. I know regex would be the easiest way to solve this issue, but ...
Kristy Murphy's user avatar
1 vote
1 answer
108 views

I am making a time range selector, and using Bootstrap. It needs to be a specific fixed with so that it can fit with the other components. I've noticed that Firefox renders the text of a type="...
Chris Barr's user avatar
  • 34.7k
1 vote
1 answer
86 views

I'm working on a file upload feature in an Angular project where users can upload specific files using an <input type="file"> element. These are the html and css code snippets of the ...
Raed Abdelfattah's user avatar
0 votes
1 answer
40 views

I'm using the slider in a react app and modifying the value like so <input type="range" className="frame-slider" min="0" value={currentValue.toString()}...
Yehuda's user avatar
  • 133
1 vote
3 answers
308 views

I am making a simple tip calculator and first of all I am trying to save the value of the bill amount which the user can type into the input field (this input field has a type number attribute). There ...
Adri Vasarhelyi's user avatar
1 vote
1 answer
65 views

I am not able to get value in an input field from a custom component. dateFormat.jsx import React from "react"; const DateFormat = ({ seconds, nanoseconds, format }) => { const dates = ...
Srinivas Bendkhale's user avatar
0 votes
1 answer
41 views

I want to remove the default arrow appearing in the list input field. is there anyone please who can help me and show me a way to add a new arrow in place of the default arrow here? <body> &...
Omar Bin Saleh's user avatar
2 votes
0 answers
183 views

We're developing a web component library. We're using ShadowDOM and inside that, native HTMLInputElement instances. Since we're aiming to widely be compatible with native inputs, we're mirroring the ...
connexo's user avatar
  • 57.2k
2 votes
0 answers
154 views

In my experience, when viewing an HTML input field of type "email" with the "multiple" attribute present, Safari shows a blank input, whereas Chrome and FF show the field as ...
mg_ab's user avatar
  • 31
0 votes
1 answer
444 views

I am working on a web form where users are required to input text that should only contain Latin characters, including extended Latin characters (such as ñ, é, ü, etc.), but should exclude any non-...
tony's user avatar
  • 634
-1 votes
1 answer
85 views

I am programming a web page and I have an input where the user must enter a 5-letter word and a button that will use said word for a function, I want the button to be disabled as long as 5 letters ...
Alejandro Reckziegel's user avatar
0 votes
1 answer
59 views

So I am making a weather app that connects to OpenWeather api and want certain functionality with the search input element I'm using. I want to get the user input after the user presses the enter key. ...
Marco Antonio Martinez's user avatar

15 30 50 per page
1
2 3 4 5
53