We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a25576 commit 53b068fCopy full SHA for 53b068f
1 file changed
src/content/learn/extracting-state-logic-into-a-reducer.md
@@ -1860,9 +1860,9 @@ textarea {
1860
1861
</Solution>
1862
1863
-#### Restore input values when switching between tabs {/*restore-input-values-when-switching-between-tabs*/}
+#### ট্যাব বদলানোর সময় input ভ্যালু ফিরিয়ে আনুন {/*restore-input-values-when-switching-between-tabs*/}
1864
1865
-In this example, switching between different recipients always clears the text input:
+এই উদাহরণে, প্রাপক একজন থেকে আরেকজনে পরিবর্তন করলে টেক্সট ইনপুট প্রতিবার ফাঁকা হয়ে যায়:
1866
1867
```js
1868
case 'changed_selection': {
0 commit comments