Damir

Results 42 comments of Damir

Nope, this doesn't work. Almost not how I change findAncestor. First the errors is not added, only input receive class is-invalid. But another error is that checkbox or radio input...

> checkbox or radio input not having form-control can be solved by giving all inputs a custom class and specify it in classTo. Yes this can be a solution also...

Maybe add new options, like `classToSelf = true|false` when is true, just use field.input, otherwise use `classTo`

Hi rabol, it's fixed in Laraloop custom fork. Do you experience this with Laraloop?

@andreyvolokitin was this merged? How it works?

You should be able to pass any valid JSON objects, and your JSON object could have an item with an array. ``` { "myArray": [1, 2, 3, 4] } ```...

Thanks. I already saw conditional tags, however it's messed to do this for every variable, like html dir attribute, head title tag, several classes, etc.

> Same as your other examples: > > ``` > > ``` > > Where `'default'` can be an empty string `''` in order to output ``. Thanks for your...

Component: ``` {{ maybeUndefined || 'is undefined' }} ``` Usage: ``` test2 ``` Output:

I found a way to handle this: ```html ```