You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When specifying a foreign key relationship, it would be helpful to also be able to specify the label field. E.g. in an employees collection with a firstName field, the select value would be _id while the select label would be firstName.
The code would auto-generate a select widget using the value and label settings, as in the Meteoris CRUDSS example video.
The text was updated successfully, but these errors were encountered:
brylie
changed the title
Specify field name for select option label on relationships
Choose field name for select option label on relationships
Jun 17, 2015
The field name might be selected via a drop down menu showing existing field labels. I.e. the end-user creating the CRUDSS would see field labels in the select option, while the value would be the actual field name in the collection.
When specifying a foreign key relationship, it would be helpful to also be able to specify the label field. E.g. in an employees collection with a firstName field, the select value would be
_id
while the select label would befirstName
.The code would auto-generate a select widget using the value and label settings, as in the Meteoris CRUDSS example video.
The text was updated successfully, but these errors were encountered: