Skip to content
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

Select drop-down facts #30

Open
eazuka opened this issue Aug 12, 2021 · 1 comment
Open

Select drop-down facts #30

eazuka opened this issue Aug 12, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@eazuka
Copy link

eazuka commented Aug 12, 2021

First i want to say you have done a really nice work with the json rule builder, your efforts are appreciated.

I will like to know, how is it possible to drop down select box for facts. I want option where for example, if i am created a country fact, i want the user to only be able to select available country i have added to dropdown. User should not be able to type country. and other use case for drop down select box.

How possible is this?

@vinzdeveloper
Copy link
Owner

Thanks @eazuka , Currently we dont have any functionalities to maintain possible fact values to be selected. When we creating facts, it just prompt fact name and type.
Only during validation, we can verify our expected output is returned or not.

However, it will be nice to have the control of fact values to be selected. Probably, we can prompt possible values for facts while creation itself (along with fact name and type) and same values can be populated in dropdown mode instead of free form text. I will think about it and if anybody shows interest, i will prioritise it.

@vinzdeveloper vinzdeveloper added the enhancement New feature or request label Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants