<Button htmlType="button" onClick={() => this.onSearch()}> Search </Button> <Button htmlType="reset" onClick={() => this.onClear()}> Clear </Button> </div> </form> </div> {/* Retrieve map view, if configured */} {this.props.useMapWidgetIds?.length === ...