Topic: mdb and aurelia
Michal Szymanski
staff pro premium priority answered 10 years ago
hightowe
pro answered 10 years ago
Michal Szymanski
staff pro premium priority answered 10 years ago
hightowe
pro answered 10 years ago
pcpcpurchasing
pro answered 9 years ago
Michal Szymanski
staff pro premium priority answered 9 years ago
kaduamaral
answered 8 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 commented 8 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 nowFREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No