I am currently working on some custom components and can not find a solution on how I can remove the outline that comes up when the component is in focus? For example on an inputfield, checkbox, clickButton or pushButton component?
My attempt to set
focus { border { width { none } } }
in the
BasicParams
is not doing anything and I can't find a parameter for the outline. Can someone help? 🙂
Jacob Otto
02/15/2022, 11:44 AM
I found a workaroud for this, by using the basic input component and not the fritz2 inputField.