meteor-autoform-semantic-ui
meteor-autoform-semantic-ui copied to clipboard
UI Dropdown text incorrect on page load, but not on route change
I have a route to an autoform that is using afSelect_semanticUI
. When this route is loaded (page load -- entering the URL in the address bar), it always displays default text
-- in other words the value of {{this.atts.placeholder}}
. This is regardless of whether a value is already set.
Now, if the same route is loaded differently; using FlowRouter.go()
or loaded within a modal (no page refresh), this is not a problem, and if values exist -- it displays the proper values.
This appears only to be happening when the select is an array field (using afArrayField
)