Skip to content
This repository was archived by the owner on May 28, 2021. It is now read-only.

Latest commit

 

History

History
39 lines (27 loc) · 654 Bytes

File metadata and controls

39 lines (27 loc) · 654 Bytes

PF Dropdown

This is Dropdown, so there is no "tags" feature or something else. The "autocomplete" just is related ability of Dropdown component.

Note: You need to have jQuery imported as global object!

webpack.config.js

    ...
    plugins: [
        new webpack.ProvidePlugin({
            $: 'jquery',
            jQuery: 'jquery'
        }),
    ]
    ...

See Demo page from ./demo folder.

How to use?

TODO how to use

Sub Pluguns

todo plugins description

Off Topic

YWU rule

if You really Want to Understand - You Will Understand
or
You Want to Understand - You Will understand