Milad Asghari Amlashi
Milad Asghari Amlashi
add this `"onBlur": "&"` to scope. add onBlur to selectResult: ``` vm.selectResult = function(result) { if (vm.matchClass) { result.title = result.title.toString().replace(/(]+)>)/ig, ''); } vm.searchStr = vm.lastSearchTerm = result.title; // vm.selectedObject...
I have the same error
@meotimdihia How did you fix this problem? because when you get the previous scroll position from local storage you need something like offset prop and not initialOffset! can you describe...
@piecyk Can you write an example in fixed mode, please?
@piecyk Thank you so much,
@piecyk My current code : ``` import useGetData from "@/pages/api/useGetData"; import { useRouter } from "next/router"; import { useVirtualizer, observeWindowOffset } from "@tanstack/react-virtual"; import React, { useState, useEffect } from...