Open Tshepiso-R opened 3 weeks ago
Hi @James-Baloyi, Please check if the commit that fixes this issue did not affect the border of the autocomplete feature in the query builder functionality
Old change
How it is now
Chevron and Kanban referenceList property
@hlayisanimazuze the issue has been resolved, in addition the behavior of the Autocomplete component has been adjusted back to its original state. This means when configuring a custom border the user will select the border type before it shows. In addition, Hide Border functionality hides the default Ant border, while allowing the user to configure a custom one.
@James-Baloyi Let's revisit this when we update the properties panel and work on enhancing the current implementation.
Description There is a container around the autocomplete input field. When configuring the border, the styles are applied only to the outer container, while the input field retains its default border and border-radius.
Steps to Reproduce:
Actual Behavior: The input field maintains its default border and border radius, while the changes only affect the outer container.
Expected Behavior: The border and border-radius configurations should be applied directly to the input field, replacing the default styles.
Screenshot
Related Item: #1985