Join Slack
Powered by
The only "solution" I came up with was using a scr...
# general
p
pen one
06/11/2020, 2:48 PM
The only "solution" I came up with was using a script to show / hide the button based on the id -
input#attach
. The problem with that is it hides ALL the attach buttons.
s
scottvonduhn
06/11/2020, 3:46 PM
You might be able to select the button by it's
onclick
value, which should be unique for each sublist, something like this
selectByOnClick.js
p
pen one
06/11/2020, 3:54 PM
Thanks
@scottvonduhn
Will try this out and see how it goes.
2
Views
Open in Slack
Previous
Next