Maxim Zhgulev

Results 6 comments of Maxim Zhgulev

Just use the `get-option-label` prop: https://vue-select.org/api/props.html#getoptionlabel ```vue export default { data: () => ({ options: [ { id: 1, label: 'Option 1' }, { id: 2, label: 'Option 2' }...

Yes, I mean upload speed. PSD sometimes compressed to 50 and more percents, and the Internet connection is poor. As for the processing of designs, they can be unpacked after...

https://www.yiiframework.com/doc/api/2.0/yii-helpers-basearrayhelper#merge()-detail

> in this case - `defaultOptions` will be overwriting `options` all the time. But I can't overwrite [this](https://github.com/Borales/yii2-phone-input/blob/master/src/PhoneInput.php#L19) options. This is my code (I need to add `input-lg` class to...

`mb-3` is a utility class. I also think it should be removed.

Maybe removal is not the answer. It would be great to implement some sort of global component configurator like in [BootstrapVue](https://bootstrap-vue.org/docs/reference/settings#setting-config-via-individual-component-group-plugin-imports). But since the original bootstrap doesn't have such a...