Bootstrap-vue: [form-select] `text-field` property doesn't work when the values is an object

Created on 3 Jul 2017  路  3Comments  路  Source: bootstrap-vue/bootstrap-vue

Here's a fiddle: https://jsfiddle.net/7m4oa0ed/3/

In short, the "text-field" property is not picked up, but the "value-field" works (as you can see if you inspect the select.

Docs reference: https://bootstrap-vue.js.org/docs/components/form-select

Bug

All 3 comments

I think I see the issue.

You are using the object format for specifying your options, rather than a plain array of objects. I think the component code is missing the checks when this type of object is encountered.

@hydraheim this fix PR has been merged into master and should be available in the next release (v0.18.0) coming soon.

@hydraheim

Release v0.18..0 is now available (latest), and this issue should be resolved.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

claviska picture claviska  路  3Comments

studnitz picture studnitz  路  3Comments

MikeJWms picture MikeJWms  路  3Comments

ebertti picture ebertti  路  3Comments

alvirtuoso picture alvirtuoso  路  3Comments