let eventSourceName=event.target.name;if(eventSourceName === 'subject') {this.eventWrapper.subject =event.target.value; }elseif(eventSourceName === 'startDateTime') {this.eventWrapper.startDateTime =event.target.value; }elseif(eventSourceName === 'endDateTime') {this.eventWrapper.endDateTime ...
object-api-name='Account'onsubmit={saveEvent}><lightning-layout multiple-rows="true"><lightning-layout-item size="6"padding="around-small"flexibility='auto'><lightning-input type="text"label="Subject"name="subject"value={eventWrapper.subject}onchange={handleInputChange}></lightning-input></lightni...
Actually this is not correct. Using the value attribute for a Checkbox results in a java script error b/c can't convert from String to Boolean. Spoke with SF support and there is a problem with the lightning-input-field in that there is no way to override the field's Boolean/checkbox ...