Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Docs #110

Merged
merged 5 commits into from
Apr 5, 2020
Merged

Update Docs #110

merged 5 commits into from
Apr 5, 2020

Conversation

AngelMunoz
Copy link
Contributor

This PR adds DatePicker and Checkbox doc files

@AngelMunoz AngelMunoz requested a review from JaggerJo April 5, 2020 04:19
**Set Indeterminate**
```fsharp
CheckBox.create [
// can be either true or false
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

true / false or null right ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I played a little bit with this yesterday it seems you need to have both isThreeState in true and isChecked in null (None or nullable bool set to null) for it to work or else it will show as unselected (isChecked false) it's a bit weird actually

@AngelMunoz AngelMunoz merged commit 7caa932 into fsprojects:master Apr 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants