Irfan Maulana
Irfan Maulana
Ini jadi dikerjain gak ya mas @josprima? Kalau gak jadi, saya lepas aja nih assignee-nya ya?
I am not maintainer of this repo. Maybe because they built this lib for their own need. So when they not facing any issue on their production version, they decide...
Just show the categories in `readme.md`, each categories will link to the `.md` file. Or anybody have any other ideas?
| English | Indonesian | | ------------- |:-------------:| | package | paket | Based on this PR: https://github.com/reactjs/id.reactjs.org/pull/11/files, line 13
@aisy: Pilihannya antara kita pertahankan istilah dalam bahasa inggris, tapi dengan italic. Atau kita translate secara harafiah. Tapi bisa juga kita sertakan keduanya agar pembaca bisa memahami konteks aslinya, ex:...
Yang penting konsisten sih mas @arfianadam, jangan ada yang gonta-ganti.
Can you see my demo page here https://mazipan.github.io/vue-select-image/ It's working, you can see on multiple selection
Here the code in demo page https://github.com/mazipan/vue-select-image/blob/master/demo/app.js#L68
here the code how i set initial selection https://github.com/mazipan/vue-select-image/blob/master/src/VueSelectImage.vue#L149
Yes, because initialselsection is on `mounted` hook. And not sync with props value. Need to revisit my code if wanna support async loading initialselsection. Thanks for reporting this case