Jayyadav1903 commented on issue #3493: URL: https://github.com/apache/streampipes/issues/3493#issuecomment-3878841652
Hi @tenthe, I looked into this and was able to reproduce the issue. For the Siemens S7 (Basic) adapter, enabling Advanced options causes the Next button to stay disabled because controller-type is required, but the field itself is only visible under Advanced options. From a user’s perspective, it’s not obvious what’s blocking progress. To address this without changing validation behavior, I’m planning to make the requirement explicit: for the S7 adapter, move controller-type into the main Required configuration section so it’s immediately visible and clearly required. This keeps the existing semantics intact while removing the “hidden requirement” UX issue. If that approach works for you, I’ll proceed with a PR. Let me know if you’d prefer a different direction. Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
