Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用@Assert\Email 来验证一个电子邮件字段,但看起来它改变了字段的外观,即使它真的没有......尽管出于某种未知的原因,css 样式仍然存在(对我来说至少)该字段在高度上看起来更小。有没有办法避免这种情况?
例子:
我最终使用了自定义正则表达式
@Assert\Regex(pattern="/[a-zA-Z0-9\_\-]+[a-zA-Z0-9\.\_\-]*@([a-zA-Z0-9\_\-]+\.)+([a-zA-Z]{2,4}|travel|museum)$/")