Feature #2298
Add ability to clear certain text boxes
Start date:
10/22/2018
Due date:
% Done:
50%
Description
- Search box
- Reading page: chapter verse
Associated revisions
Adding clearing of the text boxes on the reading page
Reference #2298
Updating the minified app.js
Reference #2298
History
#1 Updated by Luke Murphey about 6 years ago
- Target version changed from 2.1 to 2.2
#2 Updated by Luke Murphey about 6 years ago
See https://stackoverflow.com/questions/6258521/clear-icon-inside-input-text
Bootstrap and normalize are removing it via:
-webkit-appearance: none;
Can restore with
input[type="search" i] {
-webkit-appearance: searchfield;
box-sizing: border-box;
}
#3 Updated by Luke Murphey about 6 years ago
- % Done changed from 0 to 50
This works but doesn't appear until you edit the cell.
#4 Updated by Luke Murphey about 6 years ago
- Status changed from New to Closed