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
Hi there, how do you get a select HTML element to have the correct option selected in an edit form? If you use <select value="#{blob.kind || ''}"> it doesn't select an option whose value is equal to the blob.kind.
@ajbraus I can't answer that since I haven't messed with this in quite some time. Hopefully you get the answer you're searching for on SO. Please close this when you get answer.
Hi there, how do you get a select HTML element to have the correct option selected in an edit form? If you use
<select value="#{blob.kind || ''}">
it doesn't select an option whose value is equal to theblob.kind
.http://stackoverflow.com/questions/37633854/how-do-you-set-select-value-option-in-edit-new-tempalte-expressjs
The text was updated successfully, but these errors were encountered: