Hi! I'm developing several pickers that share style and functionality. I've noticed an issue where button scripts, which use dwpicker.get_shape() to control visibility or color, break when the button is copied to a new picker. This is because the button's ID changes upon copy/paste, requiring me to manually edit every script. Could we implement a way to customize and/or lock the shape ID so the scripts remain functional across all pickers without modification?
Hi! I'm developing several pickers that share style and functionality. I've noticed an issue where button scripts, which use
dwpicker.get_shape()to control visibility or color, break when the button is copied to a new picker. This is because the button's ID changes upon copy/paste, requiring me to manually edit every script. Could we implement a way to customize and/or lock the shape ID so the scripts remain functional across all pickers without modification?