Spencer Long

Results 38 comments of Spencer Long

> Also looks like we have 8.1.1 failing test? Looks like flakey test, re-ran and it passed. > I'd love to see some tests here, and also some proofs that...

@snipe So, turns out that the actual problem here is that on the initial `store` of a custom field the value isn't escaped - but it _is_ once it's `update`d,...

Alright, so, fixed the problem with the escaping on update, so we now save unescaped raw input on both store and update. Then realized that blade's echo helper already does...

I'll work on getting this reviewed this week. Thanks @Robert-Azelis!

Confirmed bug, should have a PR open by the end of the day.

per @snipe adding some validation for radio buttons as well, please hold