Select list "loading..." placeholder doesn't seem to work... #102
Labels
No labels
bug
confirmed
critical
discussion
documentation
Doing
enhancement
experiment
suggestion
support
Testing
To Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hazaar/framework#102
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Not sure when this broke, but it doesn't seem to work anymore.
When a select listis loading it's options via AJAX it should display "loading..." as the only/selected option.
added hazaar-forms~167 label
This is originally from hazaar/hazaar-forms#48 but turned out to be an issue in the dataBinder JS class. When the
dataBinder.resync()
is called it is setting the select list to a value that doesn't actually exist. We need to add a check to make sure the option exists before setting it as the value. If it doesn't exist, then just leave it as is. In the case of the original issue "leaving it as is" will leave the "loading..." option selected.created branch
102-select-list-loading-placeholder-doesn-t-seem-to-work
mentioned in merge request !18
closed via merge request !18
changed milestone to %4