-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
avoid displaying search box #16
Labels
Comments
v7.14.0 added |
UPDATE: i am starting to like the searchbox:)
in any case, i can't seem to make the new property work:
<json-editor
v-if="visible"
:schema="schema"
:initial-value="value"
@update-value="updateValue($event)"
theme="bootstrap4"
icon="fontawesome4"
minItemCountIfNeedFilter=9999>
</json-editor>
package.json:
"vue-schema-based-json-editor": "^7.14.0",
thanks
…On 24 April 2018 at 03:38, York Yao ***@***.***> wrote:
v7.14.0 added minItemCountIfNeedFilter, set it Infinity will hide the
search box.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGDgeEoL3gIHBoZ6MtTiXiMFDOuzCrfnks5trnPugaJpZM4Tgw2->
.
|
|
thanks! still didn't get it to work but will eventually.. |
I solved it by using the follwing code in my componets typescript: and in the vue html file I set it as property:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi,
is there any way to prevent search boxes from being displayed?
often times, they are not necessary and simply take up space.
hacks are also welcome :)
thanks
sharon
The text was updated successfully, but these errors were encountered: