unfortunately
Try this code if you use slide-in
#page-root:has(.prevent-submit) [data-testid="slide-in-content"] div:last-child > button:nth-child(2), #page-root:has(.prevent-submit) #overlay-root div:last-child > button:nth-child(1) {
pointer-events: none;
opacity: 0.4;
}</strike>
what will be CSS class?
Keep the same âprevent-submitâ
I try it but some requirred choice components in form doesnât work(deavtive)
I think my last code has interference. Iâll investigate again tomorrow.
However, it is best if you copy the text from the button to paste it into the aria-label. Apart from that, your translator is still partially translating and not translating the button. Try testing with consistent text and language conditions first to ensure there are differences in characters.
Thank you very much
I think your last code will solve the problem
how can I copy the text from the botton?
You try just highlighting the button on the button and using ctrl+c.
You can also try this code, as long as Glide doesnât change anything. Now it works, but you need to change :nth-child(3) which may be in a different order in your form.
.sheet #page-root:has(.prevent-submit) #overlay-root div:nth-child(3) > button:nth-child(2), .desktop #page-root:has(.prevent-submit) #overlay-root div:nth-child(3) > button:nth-child(1){
pointer-events: none;
opacity: 0.4;
}
Yes⌠you can test it for your aria-label
Hi Himaladin ,
Much appreciate to you that helped me for solve the problem.It resolved only by changing first letter âİbrazâ to uppercase in Turkish Language
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.