Sha256: b6c37d6e879bce8d53653df0aa1d498c7ba824e70bc86d225f0365cfbe9ceadc
Contents?: true
Size: 217 Bytes
Versions: 10
Compression:
Stored size: 217 Bytes
Contents
import Combobox from "hw_combobox/models/combobox/base" Combobox.AsyncLoading = Base => class extends Base { get _isAsync() { return this.hasAsyncSrcValue } get _isSync() { return !this._isAsync } }
Version data entries
10 entries across 10 versions & 1 rubygems