I'm setting my textbox to pick up the application theme and for a few of my controls, I need to remove the right rounded corners.
I'm basically trying to make a DropDownButton look sort of like an editable comboBox. I've got it working with the exception of the corner radius of the styled textbox. If I give the right side a border thickness of 1 so that it divides the text area from teh dropdown button, then the corners on that side show up.
How do I remove the corner radius from the right side just for these specific textboxes?
I'm basically trying to make a DropDownButton look sort of like an editable comboBox. I've got it working with the exception of the corner radius of the styled textbox. If I give the right side a border thickness of 1 so that it divides the text area from teh dropdown button, then the corners on that side show up.
How do I remove the corner radius from the right side just for these specific textboxes?