Disable test mode navigation without needing to be in prod

Is there a way for us to use the test mode form but not show the test mode navigation?

The test mode menu nav is great when we legit are testing or building a new experience. however, we have a staging environment that we use day to day internally and this nav shows all the time which isn’t ideal. This is especially problematic on mobile web where that nav gets in the way a lot.

Is there a flag to pass or a way we can hide this while still using our test key?

I have the same problem and would like to request the same if there is a flag or a method to disable those overlays.

we added support for this in the latest library version. You can pass the hideTestUI flag to hide it: <Form> | Feathery Docs

I tested it in JS, and it doesn’t do anything. Also, I looked at the source code of the referenced CDN file, and there is no indication of this flag named like that: cdn.jsdelivr.net/npm/@feathery/react@latest/umd/index.js

The CDN cache probably wasn’t cleared yet. Try again now?

Hi, Peter,

It is working now, thanks.