File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,7 @@ def input_selectize(
7575    choices 
7676        Either a list of choices or a dictionary mapping choice values to labels. Note 
7777        that if a dictionary is provided, the keys are used as the (input) values and 
78-         the values are labels displayed to the user. It is not recommended to use 
79-         anything other than a string for these labels. A dictionary of dictionaries is 
78+         the values are labels displayed to the user. A dictionary of dictionaries is 
8079        also supported, and in that case, the top-level keys are treated as 
8180        ``<optgroup>`` labels. 
8281    selected 
@@ -157,8 +156,7 @@ def input_select(
157156    choices 
158157        Either a list of choices or a dictionary mapping choice values to labels. Note 
159158        that if a dictionary is provided, the keys are used as the (input) values and 
160-         the values are labels displayed to the user. It is not recommended to use 
161-         anything other than a string for these labels. A dictionary of dictionaries is 
159+         the values are labels displayed to the user. A dictionary of dictionaries is 
162160        also supported, and in that case, the top-level keys are treated as 
163161        ``<optgroup>`` labels. 
164162    selected 
Original file line number Diff line number Diff line change @@ -696,8 +696,7 @@ def update_selectize(
696696        An input label. 
697697    choices 
698698        Either a list of choices or a dictionary mapping choice values to labels. Note 
699-         that if a dictionary is provided, the keys are used as the (input) values so 
700-         that the dictionary values can hold HTML labels. A dictionary of dictionaries is 
699+         that if a dictionary is provided, the keys are used as the (input) values. A dictionary of dictionaries is 
701700        also supported, and in that case, the top-level keys are treated as 
702701        ``<optgroup>`` labels. 
703702    selected 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments