Skip to content

Commit

Permalink
Fix selection in SelectRemote component
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaros committed Aug 28, 2021
1 parent ea3b2b1 commit 418b660
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ open class SelectRemoteInput<T : Any>(
},
httpType = HttpType.valueOf(method.name),
cache = false,
preserveSelected = ajaxOptions?.preserveSelected ?: true
preserveSelected = ajaxOptions?.preserveSelected ?: false
)
} else {
scope.launch {
Expand Down

0 comments on commit 418b660

Please sign in to comment.