Skip to content
This repository was archived by the owner on Jul 17, 2019. It is now read-only.
This repository was archived by the owner on Jul 17, 2019. It is now read-only.

Cannot use bindTo in version 1.0.0-alpha3 #24

@babedev

Description

@babedev

According to document we can bind view property to Observable

val emailAndPasswordValids = Observables.combineLatest(emailValids, passwordValids) { user, pass -> user and pass }

emailAndPasswordValids.bindTo(signInButton.rx.enabled)

But v.1.0.0-alpha3 the rx.enabled is no longer MutableProperty.

Is there any work around to use bindTo?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions