https://github.com/xwp/wp-customize-input-validity-constraints
Customize Input Validity Constraints plugin
https://github.com/xwp/wp-customize-input-validity-constraints
Last synced: 6 months ago
JSON representation
Customize Input Validity Constraints plugin
- Host: GitHub
- URL: https://github.com/xwp/wp-customize-input-validity-constraints
- Owner: xwp
- Created: 2016-11-17T22:13:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T19:41:37.000Z (about 8 years ago)
- Last Synced: 2025-06-12T06:49:23.557Z (7 months ago)
- Language: PHP
- Homepage: https://core.trac.wordpress.org/ticket/38845
- Size: 106 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Customize Input Validity Constraints
Enforce HTML5 validity constraints via setting validation by looking at associated controls and their type and input_attrs. Feature plugin for #38845
**Contributors:** [xwp](https://profiles.wordpress.org/xwp), [westonruter](https://profiles.wordpress.org/westonruter)
**Tags:** [customizer](https://wordpress.org/plugins/tags/customizer), [customize](https://wordpress.org/plugins/tags/customize)
**Requires at least:** 4.7
**Tested up to:** 4.9
**Stable tag:** 0.1.0
**License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
[](https://travis-ci.org/xwp/wp-customize-input-validity-constraints)
## Description ##
This is a feature plugin intended to implement [#38845](https://core.trac.wordpress.org/ticket/38845): Implement HTML5 input validity constraints in customizer settings. Read the writeup in the [ticket description](https://core.trac.wordpress.org/ticket/38845#comment:description).
Activate the bundled “Customize Input Validity Constraints Examples” plugin to see the functionality in action.
**Development of this plugin is done [on GitHub](https://github.com/xwp/wp-customize-input-validity-constraints). Pull requests welcome. Please see [issues](https://github.com/xwp/wp-customize-input-validity-constraints/issues) reported.**
## Screenshots ##
### Server-side and client-side validation is performed.

## Changelog ##
### 0.1.0 ###
Initial release.