Skip to content

Conversation

@ShakthiRithanya
Copy link

Summary

This Pull Request implements the dynamic field requirement for the Advanced Settings forms (Create and Update) as requested in Issue #541.

The Setting Value field now conditionally renders the correct Ant Design input component based on the selection made in the Setting Type field.

Key Changes:

  • Added Setting Type select field with options: Number, Text, Date, Select, and Multi Select.
  • Implemented Form.useWatch logic to track the selected type.
  • The Setting Value input now dynamically renders:
    • InputNumber for Number type.
    • DatePicker for Date type.
    • Input for Text type.
    • Input.TextArea for Select and Multi Select (to input options).

Closes Issue:
Fixes #541

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant