#
input
Here are 1,235 public repositories matching this topic...
Format input text content when you are typing...
-
Updated
Aug 11, 2021 - JavaScript
Selectize is the hybrid of a textbox and <select> box. It's jQuery based, and it has autocomplete and native-feeling keyboard navigation; useful for tagging, contact lists, etc.
-
Updated
Oct 3, 2021 - JavaScript
-
Updated
Oct 9, 2020 - JavaScript
A JavaScript plugin for entering and validating international telephone numbers
validation
input
phone-number
formatting
international-telephone
libphonenumber
country-data
javascript-plugin
user-country
-
Updated
Oct 3, 2021 - JavaScript
noUiSlider is a lightweight, ARIA-accessible JavaScript range slider with multi-touch and keyboard support. It is fully GPU animated: no reflows, so it is fast; even on older devices. It also fits wonderfully in responsive designs and has no dependencies.
-
Updated
Sep 25, 2021 - TypeScript
Interactive prompt for command-line applications
-
Updated
Jul 9, 2021 - Go
3D engine focusing on modern rendering techniques and performance.
-
Updated
Oct 3, 2021 - C++
-
Updated
Sep 24, 2021 - HTML
-
Updated
Aug 26, 2021 - JavaScript
A pure javascript masked text and input text component for React-Native.
-
Updated
Sep 21, 2021 - JavaScript
Set of enhancements for input control
-
Updated
May 6, 2020 - JavaScript
Highly customizable React component for inputing tags.
-
Updated
Aug 27, 2021 - JavaScript
A simple and easily customizable InputAccessoryView for making powerful input bars with autocomplete and attachments
-
Updated
Sep 28, 2021 - Swift
VueJS component to select dates & time, including a range mode
javascript
vuejs
time
date
responsive
input
calendar
timepicker
dialog
datepicker
range
picker
vue-component
-
Updated
Aug 25, 2021 - Vue
Capture form validation back from the browser
-
Updated
Aug 10, 2021 - JavaScript
Idiomatic Go input parsing with subcommands, positional values, and flags at any position. No required project or package layout and no external dependencies.
-
Updated
Sep 1, 2021 - Go
A chip input field using Material-UI.
-
Updated
Aug 28, 2021 - JavaScript
Cross-platform C++ input library supporting gamepads, keyboard, mouse, touch
android
windows
macos
linux
keyboard
c-plus-plus
ios
games
cmake
game-engine
input
engine
mouse
gamepad
low-level
android-ndk
gestures
unified-interface
multi-touch
game-engine-library
-
Updated
Sep 6, 2021 - C++
Pure javascript autocomplete input for react-native
-
Updated
Sep 21, 2021 - JavaScript
Subclass of UITextField that shows inline suggestions while typing.
-
Updated
Oct 13, 2020 - Swift
1
23pointsNorth
commented
Apr 19, 2020
Is there intention to support mouse scroll wheel?
-
Updated
Aug 9, 2018 - JavaScript
Improve this page
Add a description, image, and links to the input topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the input topic, visit your repo's landing page and select "manage topics."
Describe the bug
During development, I want to validate
localhostas a correct URL, but to do so I need to addrequire_tld:false.This forces me to make
require_tldvariable based on the environment, since I want to check for TLDs in production environment.I think you should check the whitelist before checking if it's a IP or FQDN here:
https://github.com/validatorjs/validator.