JosephusPaye / Keen-UI

A lightweight Vue.js UI library with a simple API, inspired by Google's Material Design.
https://josephuspaye.github.io/Keen-UI/
MIT License
4.1k stars 438 forks source link

it is impossible to add custom validators to validatorjs because it's compiled into keen-ui sources #172

Closed antonyhell closed 7 years ago

antonyhell commented 8 years ago

I was trying to add custom validator to use with ui-textbox but it's impossible cause in builded version of a keen-ui package validatorjs is compiled into keen-ui. So it's impossible to add custom validators to exactly that instance of validatorjs.

You mention validatorjs as a dependedency you shouldn't compile it into keen-ui sources

JosephusPaye commented 7 years ago

Similar to #143, see my comment there.