19. developer creates a Lightning web component to allow a Contact to be quickly entered. However, errormessages are not displayed.开发人员创建一个 Lightning Web 组件,以允许快速输入联系人。但是,不会显示错误消息。
<template>
<lightning-record-edit-form-object-api-name="Contact">
<lightning-input-field field-name="FirstName"></lightning-input-field>
<lightning-input-field field-name="LastName"></lightning-input-field>
<lightning input field field-name="Email"></lightning-input-field>
<lightning-button type="submit"name= "submit" label=" Create Contact"></lightning-button>
</lightning-record-edit-form>
</template>
Which component should the developer add to the form to display error messages?