79590805

Date: 2025-04-24 14:16:44
Score: 0.5
Natty:
Report link

I know the question is for TextFields, but if anyone is looking for a solution for Buttons on macOS 14 like I did, here you go:

    Button {
       // action
    } label: {
       //label
    }
    .focusable(false)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Donat Kabashi