Componette

Componette

ipublikuj-archive

ipublikuj-archive / form-phone v1.1.6

Forms control for adding phone filed for Nette Framework (2.3+)

download-cloud-line composer require ipub/form-phone

Form Phone control

Build Status Scrutinizer Code Coverage Scrutinizer Code Quality Latest Stable Version Composer Downloads License

Forms control for adding phone number filed for Nette Framework

Installation

The best way to install ipub/form-phone is using Composer:

$ composer require ipub/form-phone

After that you have to register extension in config.neon.

extensions:
	formPhone: IPub\FormPhone\DI\FormPhoneExtension

And you also need to include static files into your page:

	<script src="{$basePath}/libs/ipub.formPhone.js"></script>
</body>

note: You have to upload static files from client-site folder to your project.

Documentation

Learn how to extend your forms with phone field in documentation. For JavaScript part of this extension please checkout JS documentation


Homepage http://www.ipublikuj.eu and repository http://github.com/iPublikuj/form-phone.

  • v1.1.6 v1.1.6

  • v1.1.5 v1.1.5

    • Added placeholder support
  • v1.1.4 v1.1.4

    • Just updating organization name
  • v1.1.3 v1.1.3

    • Fixed calling ipub/phone validator
    • Changed "for" attribute in label
  • v1.1.2 v1.1.2

    • Updated documentation
    • Updated dependencies
  • v1.1.1 v1.1.1

    • Improved JS autoloading
    • Fixed field value handling and validation
  • v1.1.0 v1.1.0

    • Support for nette 2.4
    • Drop php5
    • Welcome php7
  • v1.0.4 v1.0.4

    Fixing missing library

  • v1.0.3 v1.0.3

    Updated coding standards

  • v1.0.2 v1.0.2

    Updated to new version of ipub/phone library

  • v1.0.1 v1.0.1

    Code optimalization

  • v1.0.0 v1.0.0

    Initila release

bar-chart-fill

Statistics

download-cloud-fill
9741
star-fill
6
bug-fill
3
flashlight-fill
4.5y
price-tag-2-line

Badges

guide-fill

Dependencies

php (>=7.0.0)
nette/di (~2.3@dev)
nette/forms (~2.3@dev)
nette/utils (~2.3@dev)
latte/latte (~2.3@dev)
Componette Componette felix@nette.org