Github user Leemoonsoo commented on the issue:
https://github.com/apache/zeppelin/pull/2268
If i list all combinations of widget-type in this PR,
| widget | type |
| ------------- | ------------- |
| input | **string** |
| input | **number** |
| **textarea** | string |
| **password** | password |
| **checkbox** | boolean |
| input | **url** |
As we can see, each combination can be uniquely identified by either widget
or type. (bold font)
Unless there's big plan in the future add a lot of combinations of those, i
think just keeping one field 'type' is enough to identify all possible
combinations.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---