Fabio Ricali

Results 6 issues of Fabio Ricali

there is a way to detect before update or delete? like an event?

enhancement

Hi, this PR add a new property with all enclosure items.

Hi, it's possible to change the property docs to a custom name? I would have put "rows", it seems more appropriate.

if there are spaces characters after the wrapper tag of the loop, the loop fails and it returns a string like this "[object Object],[object Object],[object Object]...".

bug

propsConvert and propsComputed work only if the property propsConvertOnFly/propsComputedOnFly is set true

The component style does not support the short definition like: ```css .my-class { animation: 1s blink ease infinite; } ``` this works: ```css .my-class { animation-name: blink; animation-duration: 1s; animation-timing-function:...

bug