# Disable test mode navigation without needing to be in prod

**URL:** https://community.feathery.io/t/disable-test-mode-navigation-without-needing-to-be-in-prod/452
**Category:** Support
**Created:** [February 2, 2024, 9:00pm UTC](https://community.feathery.io/t/disable-test-mode-navigation-without-needing-to-be-in-prod/452 "2024-02-02T21:00:21Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![trevinbc](https://avatars.discourse-cdn.com/v4/letter/t/858c86/32.png) [@trevinbc](https://community.feathery.io/u/trevinbc)
#### Post date: [February 2, 2024, 9:00pm UTC](https://community.feathery.io/t/disable-test-mode-navigation-without-needing-to-be-in-prod/452/1 "2024-02-02T21:00:21Z")

</div>

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

 ![image](https://canada1.discourse-cdn.com/flex030/uploads/feathery/original/1X/3cc6c70ef5dee20a5c4ad6abd7dfae95723a186c.png)

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?

---

<div class="post-metadata">

### Author: ![ctincristi](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.feathery.io/ctincristi/32/469_2.png) [@ctincristi](https://community.feathery.io/u/ctincristi)
#### Post date: [May 29, 2024, 1:01pm UTC](https://community.feathery.io/t/disable-test-mode-navigation-without-needing-to-be-in-prod/452/2 "2024-05-29T13:01:34Z")

</div>

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

---

<div class="post-metadata">

### Author: ![peter](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.feathery.io/peter/32/7_2.png) [@peter](https://community.feathery.io/u/peter)
#### Post date: [May 30, 2024, 2:30am UTC](https://community.feathery.io/t/disable-test-mode-navigation-without-needing-to-be-in-prod/452/3 "2024-05-30T02:30:45Z")

</div>

we added support for this in the latest library version. You can pass the `hideTestUI` flag to hide it: [\<Form\> | Feathery Docs](https://docs.feathery.io/develop/react/api-guide/form)

---

<div class="post-metadata">

### Author: ![ctincristi](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.feathery.io/ctincristi/32/469_2.png) [@ctincristi](https://community.feathery.io/u/ctincristi)
#### Post date: [May 30, 2024, 8:33am UTC](https://community.feathery.io/t/disable-test-mode-navigation-without-needing-to-be-in-prod/452/4 "2024-05-30T08:33:03Z")

</div>

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](https://cdn.jsdelivr.net/npm/@feathery/react@latest/umd/index.js)

---

<div class="post-metadata">

### Author: ![peter](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.feathery.io/peter/32/7_2.png) [@peter](https://community.feathery.io/u/peter)
#### Post date: [May 30, 2024, 7:45pm UTC](https://community.feathery.io/t/disable-test-mode-navigation-without-needing-to-be-in-prod/452/5 "2024-05-30T19:45:55Z")

</div>

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

---

<div class="post-metadata">

### Author: ![ctincristi](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.feathery.io/ctincristi/32/469_2.png) [@ctincristi](https://community.feathery.io/u/ctincristi)
#### Post date: [May 31, 2024, 6:45am UTC](https://community.feathery.io/t/disable-test-mode-navigation-without-needing-to-be-in-prod/452/6 "2024-05-31T06:45:29Z")

</div>

Hi, Peter,

It is working now, thanks.
