FormFieldType.VALUE_TABLE

I think there might be a bug in the FormFieldType.VALUE_TABLE enum. Either I can’t get it to work correctly or my expectations of what the value does is not correct. I figured it would be a wrapper around the react “Value Table” component. If this isn’t the case, can someone provide an example of how to use this correctly? Many thanks in advance!

I don't think that FormFieldType.VALUE_TABLE, among others probably, are actually hooked up to anything on the front end.

Thanks Kevin! Is this something intentional? Are there any plans to make these work differently in the future?

It seems that these are intentionally not implemented:

  • RADIO
  • DATETIME
  • FILE
  • VALUE_TABLE

if for no other reason than no use of ExtensionPointResourceForm by Ignition has needed them yet.

I'd have to check with the frontend team to know if they intend to add those eventually.

Ok thanks! This helps to know which ones aren’t implemented. I was hoping to make an extension point form without having to spin up a whole react implementation. Really appreciate the quick responses!