Closed AdRiley closed 8 months ago
After today @vitvakatu's fixes, you see the arrow down which allows you to pick Infer
...
...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?
header
is still gone.
How about rendering as a checkbox, but when you click it opens the dropdown menu again?
Ok, header
caption is hidden by default - because we display argument name only when it's not set or when it's a top-level argument. Here, the headers
is not (top-level arguments are those of Data.read
), and once we set value, well, the value is set.
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: