Prerequisites
What happened?
I am using the component IxSplit button. I wanted to change the placement of the dropdown, but it had no effect. A short look into the code showed that the property is not used:
|
@Prop() placement: AlignedPlacement = 'bottom-start'; |
What type of frontend framework are you seeing the problem on?
React
On which version of the frontend framework are you experiencing the issue?
react:19.2.4
Which version of iX do you use?
4.3.0
Code to produce this issue.
https://stackblitz.com/edit/avusrwpb?file=src%2Fsplit-button.tsx
You can see that I added four different settings, but all buttons look the same.
Prerequisites
What happened?
I am using the component IxSplit button. I wanted to change the placement of the dropdown, but it had no effect. A short look into the code showed that the property is not used:
ix/packages/core/src/components/split-button/split-button.tsx
Line 109 in 07716a8
What type of frontend framework are you seeing the problem on?
React
On which version of the frontend framework are you experiencing the issue?
react:19.2.4
Which version of iX do you use?
4.3.0
Code to produce this issue.
https://stackblitz.com/edit/avusrwpb?file=src%2Fsplit-button.tsx You can see that I added four different settings, but all buttons look the same.