Topic: mdb and aurelia
hightowe pro asked 8 years ago
kaduamaral free answered 7 years ago
I'm with the same problem, binding doesn't works with mdb-select. I found the problem... Aurelia is not listening correctly the change event. If i change any input with:
$('input').val('New value')
Aurelia don't bind this change. I did this workaround:
$('input').on('change', event => {this.bindableVar = event.target.value});
I know, it's a trash workaround, but it's what works!
yinxi-ni free commented 7 years ago
Lol that just bit dirty man !! I think I gonna share your product through my social media , let them know how ugly you guys custom service for the paid product ! i must recommend them never pay anything to you guys to avoid what i am going through nowMichal Szymanski staff answered 8 years ago
pcpcpurchasing pro answered 8 years ago
Michal Szymanski staff answered 8 years ago
Michal Szymanski staff answered 8 years ago
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Pro
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No