register-dynamics / data-import

Components and patterns for building spreadsheet uploaders in digital services
https://register-dynamics.github.io/data-import/
1 stars 0 forks source link

Cannot select individual column headers using shift click or ctrl click on MacOS #77

Open olgibbons opened 4 weeks ago

olgibbons commented 4 weeks ago

I could only drag and select adjacent column headings. I tried both shift click and ctrl click on MacOS, but it didn't seem to work.

rossjones commented 4 weeks ago

Are you trying to select non-contiguous cells in the selection to act as headers? e.g. columns 1, 3 and 5?

rossjones commented 4 weeks ago

I managed to get it to work with CTRL+Click. You have to click on the first one without holding control, but then hold down CTRL when you select the other cells. There are however two downsides to this currently:

https://github.com/register-dynamics/data-import/pull/81 makes a start on this by switching the key combo to cmd on mac.