Describe the bug
Setting the mode in the navigation configuration option to host in the File Browser configuration as documented in the File Browser configuration schema does not trigger a navigation request to the host. Instead, the host receives the default navigation-started and navigation-ended notifications but no indication what navigation occurred.
To Reproduce
Configure the File Browser component with the mode of the navigation option set to host as described in the documentation.
Navigate in the File Browser by either using the breadcrumb or the library dropdown. The File Browser navigates and sends navigation notifications to the host but no navigation request.
Expected behavior
According to the documented File Browser configuration schema, setting the navigation option to host should prevent the File Browser from navigating and instead trigger a navigation request to the host which can then handle navigation.
Describe the bug Setting the
mode
in thenavigation
configuration option tohost
in the File Browser configuration as documented in the File Browser configuration schema does not trigger a navigation request to the host. Instead, the host receives the defaultnavigation-started
andnavigation-ended
notifications but no indication what navigation occurred.To Reproduce Configure the File Browser component with the
mode
of thenavigation
option set tohost
as described in the documentation. Navigate in the File Browser by either using the breadcrumb or the library dropdown. The File Browser navigates and sendsnavigation
notifications to the host but no navigation request.Expected behavior According to the documented File Browser configuration schema, setting the
navigation
option tohost
should prevent the File Browser from navigating and instead trigger a navigation request to the host which can then handle navigation.Screenshots Navigate using the library dropdown:
Details
File Browser configuration object specifying
host navigation
: