langflow icon indicating copy to clipboard operation
langflow copied to clipboard

refactor: parameter component

Open lucaseduoli opened this issue 7 months ago • 0 comments

  • This issue is related to the parameter components, which have its own state and handleOnNewValue options.
  • The goal is have all of the parameter components as modularized as possible.
  • The components should be wrapped with a component that receives the Type and renders the parameters as specified.
  • This wrapper should be called both on ParameterComponent and EditNodeModal.

Potential bug fixes:

  • InputFile is not uploading file when we upload it via Advanced
  • Dropdown Component must be selected twice when its a real_time_update field

lucaseduoli avatar Jul 19 '24 16:07 lucaseduoli