Giter Site home page Giter Site logo

brokenpeace / gold-phone-input Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wswoodruff/gold-phone-input

0.0 3.0 0.0 67 KB

An input element that only allows phone numbers

Home Page: https://elements.polymer-project.org/elements/gold-phone-input?view=demo:demo/index.html

HTML 100.00%

gold-phone-input's Introduction

Build status

Demo and API docs

##<gold-phone-input>

<gold-phone-input> is a single-line text field with Material Design styling for entering a phone number.

<gold-phone-input></gold-phone-input>

It may include an optional label, which by default is "Phone number".

<gold-phone-input label="call this"></gold-phone-input>

Validation

By default, the phone number is considered to be a US phone number, and will be validated according to the pattern XXX-XXX-XXXX, where X is a digit, and - is the separating dash. If you want to customize the input for a different area code or number pattern, use the country-code and phone-number-pattern attributes

<gold-phone-input
    country-code="33"
    phone-number-pattern="X-XX-XX-XX-XX">
</gold-phone-input>

The input can be automatically validated as the user is typing by using the auto-validate and required attributes. For manual validation, the element also has a validate() method, which returns the validity of the input as well sets any appropriate error messages and styles.

See Polymer.PaperInputBehavior for more API docs.

Styling

See Polymer.PaperInputContainer for a list of custom properties used to style this element.

--gold-phone-input-country-code | Mixin applied to the country code span

gold-phone-input's People

Contributors

notwaldorf avatar tedium-bot avatar wswoodruff avatar rictic avatar ermish avatar dfreedm avatar addyosmani avatar tyriar avatar kevashcraft avatar tjsavage avatar

Watchers

Jason Kuhr avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.