Project

General

Profile

Feature #2298

Add ability to clear certain text boxes

Added by Luke Murphey over 5 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
Start date:
10/22/2018
Due date:
% Done:

50%


Description

  • Search box
  • Reading page: chapter verse

Associated revisions

Revision 865 (diff)
Added by lukemurphey over 5 years ago

Adding clearing of the text boxes on the reading page

Reference #2298

Revision 866 (diff)
Added by lukemurphey over 5 years ago

Updating the minified app.js

Reference #2298

History

#1 Updated by Luke Murphey over 5 years ago

  • Target version changed from 2.1 to 2.2

#2 Updated by Luke Murphey over 5 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 over 5 years ago

  • % Done changed from 0 to 50

This works but doesn't appear until you edit the cell.

#4 Updated by Luke Murphey over 5 years ago

  • Status changed from New to Closed

Also available in: Atom PDF