PHPackages                             mskocik/forms - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. mskocik/forms

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

mskocik/forms
=============

Additional form controls

v1.1(2y ago)25MITJavaScriptPHP &gt;=8.1

Since Apr 29Pushed 2y ago1 watchersCompare

[ Source](https://github.com/mskocik/forms)[ Packagist](https://packagist.org/packages/mskocik/forms)[ RSS](/packages/mskocik-forms/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (2)Versions (3)Used By (0)

Form custom elements
====================

[](#form-custom-elements)

Provide backend implementation of some svelte custom elements ([svelecte](https://github.com/mskocik/svelecte) and [svelty-picker](https://github.com/mskocik/svelty-picker))

Install
-------

[](#install)

```
composer require mskocik/forms
```

Register extension
------------------

[](#register-extension)

```
extensions:
    ext.forms: Mskocik\Forms\Bridges\NetteDI\FormsExtension
```

If you are using [nette/forms](https://github.com/nette/forms) standalone, call control registration manually:

```
\Mskocik\Forms\Bridges\NetteDI\FormsExtension::init()
```

Extend nette form for IDE autocomplete
--------------------------------------

[](#extend-nette-form-for-ide-autocomplete)

Extend `Nette\Application\UI\Form` (or `Nette\Forms\Form` if using standalone forms) and also `Nette\Forms\Container` with extended PHPDoc block:

```
