Skip to content

Conversation

@distantnative
Copy link
Member

@distantnative distantnative commented Sep 28, 2025

Description

Todo

Changelog

🎉 Features

✨ Enhancements

🐛 Bug fixes

♻️ Refactored

☠️ Deprecated

🧹 Housekeeping

🚨 Breaking changes

Docs

For review team

  • Add lab and/or sandbox examples (wherever helpful)
  • Add changes & docs to release notes draft in Notion

@distantnative distantnative added needs: discussion 🗣 Requires further discussion to proceed needs: help 🙏 Really needs some help on this labels Oct 7, 2025
}

return $this->params[$param] ?? null;
throw new NotFoundException(message: 'Method or option "' . $param . '" does not exist for field type "' . $this->type() . '"');
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bastianallgeier I was asking the other day about the magic validate prop that's not really defined anywhere. I guess this change would cause a problem with our magic usage there.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we want to bring back this undocumented option for input fields, we should really do that in a way that sets a validate property and gets rid of the magic anyway.

@bastianallgeier bastianallgeier force-pushed the v6/refact/fields-named-args branch 2 times, most recently from 560bfcd to f9e6fd7 Compare November 20, 2025 12:57
@bastianallgeier bastianallgeier mentioned this pull request Nov 20, 2025
1 task
@bastianallgeier bastianallgeier force-pushed the v6/refact/fields-named-args branch from f9e6fd7 to 14fb5c2 Compare November 21, 2025 09:51
@distantnative distantnative force-pushed the v6/refact/fields-named-args branch from 11d2441 to 5dd5edd Compare November 21, 2025 17:51
@distantnative distantnative force-pushed the v6/refact/fields-named-args branch from 5dd5edd to 48baca2 Compare November 21, 2025 18:04
@distantnative distantnative removed needs: discussion 🗣 Requires further discussion to proceed needs: help 🙏 Really needs some help on this labels Nov 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

5 participants