Skip to content

v1.0.0-RC1-03

Pre-release
Pre-release
Compare
Choose a tag to compare
@jbomhold3 jbomhold3 released this 17 Sep 20:49
· 626 commits to master since this release

@EMaderbacher
PR #200

  • Fixes System.InvalidOperationException when EditContext is configured

@jbomhold3
PR #201

  • Removed thrown exception when using @ref and bool together.
  • Allows @bind-IsOpen to allow users to mix @ref and manual operations.
  • You may continue to use IsOpen without binding it. But any @ref changes will be ignored. Such as Hide, Close, Toggle.
  • Obsolete IsOpen on BSDropdownToggle no longer required.