You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to Remove "FILL EXAMPLE" and "CLEAR" Buttons
Description
I am trying to remove the "FILL EXAMPLE" and "CLEAR" buttons in RapiDoc. According to the documentation, setting: <rapi-doc fill-request-fields-with-example="false"></rapi-doc>
should disable the "FILL EXAMPLE" button, but it has no effect.
I also tried adding custom CSS and JavaScript to my HTML to hide the buttons, but they had no effect.
Unable to Remove "FILL EXAMPLE" and "CLEAR" Buttons
Description
I am trying to remove the "FILL EXAMPLE" and "CLEAR" buttons in RapiDoc. According to the documentation, setting:
<rapi-doc fill-request-fields-with-example="false"></rapi-doc>
should disable the "FILL EXAMPLE" button, but it has no effect.
I also tried adding custom CSS and JavaScript to my HTML to hide the buttons, but they had no effect.
Steps to Reproduce
<script type="module" src="https://unpkg.com/rapidoc@latest/dist/rapidoc-min.js"></script>
<rapi-doc>
component withfill-request-fields-with-example="false"
.Expected Behavior
Actual Behavior
Would appreciate any guidance on resolving this! Thanks in advance.
The text was updated successfully, but these errors were encountered: