alimo2
alimo2
It also has a bug! 3rd & 4th items always use shared point! In other word, their points are overlapped each othert!
When i use clear() on element, it goes to infinite loop! Details: Phalcon version: 5.0.0RC3 PHP Version: 8.1.9
[Autonumeric](https://github.com/autoNumeric/autoNumeric) project has the same problem!
I found the reason! It's because of samsung keyboard predictive text feature! turn it off, everything going as well! ;)
Is this work with `fromResultSet()` too ? I don't think so!
@mzf i test it but i can't get anything! It dosn't work!
@mzf if we have a join & custom format method is in joint table model, what should i do ? when using `Join`, columns are not selected in result!
Would you please fix this
I think the problem is with `join` itself! when using join but dont mention columns, few of them are in result but not all! using \* in columns don't work...