-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting headers option for Delimited_Format.Delimited doesn't render correctly #9002
Comments
After today @vitvakatu's fixes, you see the arrow down which allows you to pick ...however, the actual design does not expect clicking at arrows. Boolean widget does not have "editing" state. Perhaps we should just forbid somehow checkbox inside drop downs?
|
How about rendering as a checkbox, but when you click it opens the dropdown menu again? |
Ok, I'm not sure how to proceed @jdunkerley @wdanilo . This design is taken from the old GUI (but there we don't display checkbox widgets). I could:
|
You are correct old IDE didn't show once we had chosen a value. If it wasn't the first argument we did get "labels" in the old one: Especially on Boolean values we need it (e.g. skip rows just becomes a tick box). Up to @wdanilo for design but I think a label of some form is useful |
For this task scope, I will just always display header in boolean widget (expecting that other widgets may need label as well) |
Use Case:
I have a csv file that has a header row that the auto-detect mechanism doesn't detect. So I switch to Delimited_Format.Delimited so I can manually set the headers value.
I click headers
So far so good. And choose True.
I get the result I want in the data, but there are now two issues:
The text was updated successfully, but these errors were encountered: